From 26052df76e5eafcd94697888950c19328d569f72 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 28 Jul 2015 15:10:17 +0530 Subject: [PATCH] POS Profile: removed income account, cost center, territory and bank-cash account from mandatory --- erpnext/accounts/doctype/pos_profile/pos_profile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/erpnext/accounts/doctype/pos_profile/pos_profile.json b/erpnext/accounts/doctype/pos_profile/pos_profile.json index 0c5a4bbc7e..9e79590116 100644 --- a/erpnext/accounts/doctype/pos_profile/pos_profile.json +++ b/erpnext/accounts/doctype/pos_profile/pos_profile.json @@ -27,7 +27,7 @@ "options": "Territory", "permlevel": 0, "read_only": 0, - "reqd": 1 + "reqd": 0 }, { "fieldname": "naming_series", @@ -167,7 +167,7 @@ "options": "Account", "permlevel": 0, "read_only": 0, - "reqd": 1 + "reqd": 0 }, { "fieldname": "income_account", @@ -178,7 +178,7 @@ "options": "Account", "permlevel": 0, "read_only": 0, - "reqd": 1 + "reqd": 0 }, { "depends_on": "eval:cint(sys_defaults.auto_accounting_for_stock)", @@ -201,7 +201,7 @@ "options": "Cost Center", "permlevel": 0, "read_only": 0, - "reqd": 1 + "reqd": 0 }, { "fieldname": "write_off_account", @@ -234,7 +234,7 @@ ], "icon": "icon-cog", "idx": 1, - "modified": "2015-07-07 08:56:04.381471", + "modified": "2015-07-28 15:07:14.417200", "modified_by": "Administrator", "module": "Accounts", "name": "POS Profile",