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,
"isChild": false,
"fields": [
{
"fieldname": "isShiftOpen",
"label": "Is POS Shift Open",
"fieldtype": "Check",
"default": false,
"hidden": false
},
{
"fieldname": "inventory",
"label": "Inventory",
@ -57,6 +50,14 @@
"required": true,
"section": "Default"
},
{
"fieldname": "isShiftOpen",
"label": "Is POS Shift Open",
"fieldtype": "Check",
"default": false,
"hidden": true,
"section": "Default"
},
{
"fieldname": "weightEnabledBarcode",
"label": "Weigth Enabled Barcode",