Made warehouse and selling pricing list non-mandatory in pos setting

This commit is contained in:
Nabin Hait
2014-06-23 16:42:11 +05:30
parent 6781f62c70
commit 16fa6472b3

View File

@@ -62,7 +62,7 @@
"options": "Price List", "options": "Price List",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0,
"reqd": 1 "reqd": 0
}, },
{ {
"fieldname": "company", "fieldname": "company",
@@ -147,7 +147,7 @@
"options": "Warehouse", "options": "Warehouse",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0,
"reqd": 1 "reqd": 0
}, },
{ {
"fieldname": "cost_center", "fieldname": "cost_center",
@@ -205,7 +205,7 @@
], ],
"icon": "icon-cog", "icon": "icon-cog",
"idx": 1, "idx": 1,
"modified": "2014-05-27 03:49:14.735138", "modified": "2014-06-23 16:40:59.510132",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "POS Setting", "name": "POS Setting",