2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fix: move hasBatchNumber to Inventory Section

This commit is contained in:
akshayitzme 2023-02-22 14:47:48 +05:30
parent 7d97e72b92
commit 707fb798e7

View File

@ -135,7 +135,8 @@
"fieldname": "hasBatchNumber", "fieldname": "hasBatchNumber",
"label": "Has Batch No", "label": "Has Batch No",
"fieldtype": "Check", "fieldtype": "Check",
"default": false "default": false,
"section": "Inventory"
}, },
{ {
"fieldname": "uomConversions", "fieldname": "uomConversions",