2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 22:58:28 +00:00

Merge pull request #1083 from AbleKSaju/fix-POSSettings-section

fix: remove Miscellaneous section from POSsettings schema
This commit is contained in:
Akshay 2025-01-13 10:25:27 +05:30 committed by GitHub
commit 0a72f24c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,6 @@
"isSingle": true, "isSingle": true,
"isChild": false, "isChild": false,
"fields": [ "fields": [
{
"fieldname": "isShiftOpen",
"label": "Is POS Shift Open",
"fieldtype": "Check",
"default": false,
"hidden": false
},
{ {
"fieldname": "inventory", "fieldname": "inventory",
"label": "Inventory", "label": "Inventory",
@ -57,6 +50,14 @@
"required": true, "required": true,
"section": "Default" "section": "Default"
}, },
{
"fieldname": "isShiftOpen",
"label": "Is POS Shift Open",
"fieldtype": "Check",
"default": false,
"hidden": true,
"section": "Default"
},
{ {
"fieldname": "weightEnabledBarcode", "fieldname": "weightEnabledBarcode",
"label": "Weigth Enabled Barcode", "label": "Weigth Enabled Barcode",