mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
Fix - missing semicolon
This commit is contained in:
@@ -8,14 +8,14 @@ frappe.ui.form.on('Additional Salary Component', {
|
||||
filters: {
|
||||
type: "earning"
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
frm.set_query("employee", function() {
|
||||
return {
|
||||
filters: {
|
||||
company: frm.doc.company
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user