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",
|
||||
"label": "Batch No",
|
||||
"fieldtype": "Data",
|
||||
"create": true,
|
||||
"placeholder": "Batch No"
|
||||
"fieldtype": "Link",
|
||||
"target": "BatchNumber",
|
||||
"readOnly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user