[minor] Employee is reqd to preview salary slip from salary structure

This commit is contained in:
Rohit Waghchaure 2019-01-03 16:20:35 +05:30
parent 137a24f457
commit 8bac5b6e73

View File

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