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
commit db40ea4f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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