Skip to content

Commit

Permalink
Merge pull request #1083 from AbleKSaju/fix-POSSettings-section
Browse files Browse the repository at this point in the history
fix: remove Miscellaneous section from POSsettings schema
  • Loading branch information
akshayitzme authored Jan 13, 2025
2 parents ed0ae36 + 92cfe4e commit 0a72f24
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions schemas/app/inventory/Point of Sale/POSSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0a72f24

Please sign in to comment.