mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Salary Structure Assignment - filters applied
This commit is contained in:
@@ -15,8 +15,8 @@ frappe.ui.form.on('Salary Structure Assignment', {
|
|||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
company: frm.doc.company,
|
company: frm.doc.company,
|
||||||
is_active: "Yes",
|
docstatus: 1,
|
||||||
docstatus: 1
|
is_active: "Yes"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user