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:
commit
0a72f24c5c
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user