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:
commit
db40ea4f76
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user