2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

fix: batchNumber fieldtype in SLE schema

This commit is contained in:
akshayitzme 2023-02-17 10:12:28 +05:30
parent 622a4cccd3
commit 6cd1f24946

View File

@ -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
} }
] ]
} }