commit | 26e5c9480bcbcef3b54692e7229ba77d9920b93c | [log] [tgz] |
---|---|---|
author | Sagar Vora <sagar@resilient.tech> | Mon Jan 07 14:30:23 2019 +0530 |
committer | GitHub <noreply@github.com> | Mon Jan 07 14:30:23 2019 +0530 |
tree | 632e9fe51742dc29582eed3c3ff5cba1f159ce9f | |
parent | 8bac5b6e73ed9e46342e8b4d22287348f66f3c64 [diff] | |
parent | 1310c238a976926a83c3a26cbec5aad851cd958a [diff] |
Merge branch 'staging-fixes' into fixed_salary_structure_employee_reqd
diff --git a/erpnext/hr/doctype/salary_structure/salary_structure.js b/erpnext/hr/doctype/salary_structure/salary_structure.js index 033938d..79d75bf 100755 --- a/erpnext/hr/doctype/salary_structure/salary_structure.js +++ b/erpnext/hr/doctype/salary_structure/salary_structure.js
@@ -124,6 +124,7 @@ "label":__("Employee"), "fieldname":"employee", "fieldtype":"Select", + "reqd": true, options: employees }, { fieldname:"fetch",