From 4b29ccc2b00b61b65254a30f32709802f734042c Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Mon, 6 Apr 2015 16:27:07 +0530 Subject: [PATCH] Salary Structure - Earnings made mandatory --- erpnext/hr/doctype/salary_structure/salary_structure.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/hr/doctype/salary_structure/salary_structure.json b/erpnext/hr/doctype/salary_structure/salary_structure.json index 5cbe0d28c83..658125fa5b0 100644 --- a/erpnext/hr/doctype/salary_structure/salary_structure.json +++ b/erpnext/hr/doctype/salary_structure/salary_structure.json @@ -151,7 +151,8 @@ "oldfieldtype": "Table", "options": "Salary Structure Earning", "permlevel": 0, - "read_only": 0 + "read_only": 0, + "reqd": 1 }, { "fieldname": "deduction", @@ -227,7 +228,7 @@ ], "icon": "icon-file-text", "idx": 1, - "modified": "2015-02-05 05:11:45.120566", + "modified": "2015-04-06 06:56:02.395512", "modified_by": "Administrator", "module": "HR", "name": "Salary Structure",