Merge pull request #16328 from rohitwaghchaure/fixed_salary_structure_employee_reqd

fix: employee is reqd to preview salary slip from salary structure
This commit is contained in:
Sagar Vora
2019-01-07 14:30:57 +05:30
committed by GitHub

View File

@@ -124,6 +124,7 @@ frappe.ui.form.on('Salary Structure', {
"label":__("Employee"), "label":__("Employee"),
"fieldname":"employee", "fieldname":"employee",
"fieldtype":"Select", "fieldtype":"Select",
"reqd": true,
options: employees options: employees
}, { }, {
fieldname:"fetch", fieldname:"fetch",