Merge branch 'develop' into backport-github-action

This commit is contained in:
Suraj Shetty 2020-02-20 16:20:03 +05:30 committed by GitHub
commit 3fa2e489d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,8 @@ frappe.ui.form.on('Additional Salary', {
frm.set_query("employee", function() {
return {
filters: {
company: frm.doc.company
company: frm.doc.company,
status: "Active"
}
};
});