mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: batchNumber fieldtype in SLE schema
This commit is contained in:
parent
622a4cccd3
commit
6cd1f24946
@ -53,9 +53,9 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "batchNumber",
|
"fieldname": "batchNumber",
|
||||||
"label": "Batch No",
|
"label": "Batch No",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
"create": true,
|
"target": "BatchNumber",
|
||||||
"placeholder": "Batch No"
|
"readOnly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user