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",
"label": "Batch No",
"fieldtype": "Data",
"create": true,
"placeholder": "Batch No"
"fieldtype": "Link",
"target": "BatchNumber",
"readOnly": true
}
]
}