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

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"
}
};
});