mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
fix: add itemCode field to Item schema
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
"section": "Default",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"fieldname": "itemCode",
|
||||
"label": "Item Code",
|
||||
"fieldtype": "Data",
|
||||
"placeholder": "Item Code",
|
||||
"section": "Default"
|
||||
},
|
||||
{
|
||||
"fieldname": "for",
|
||||
"label": "Purpose",
|
||||
|
||||
Reference in New Issue
Block a user