commit | 8bac5b6e73ed9e46342e8b4d22287348f66f3c64 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Thu Jan 03 16:20:35 2019 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Thu Jan 03 16:20:35 2019 +0530 |
tree | e6a9373995a3b374b5c14ef51485a1831611054c | |
parent | 137a24f4576f8139cb6bd8ba2be5cfa2f70639fe [diff] |
[minor] Employee is reqd to preview salary slip from salary structure
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",