Fix - missing semicolon
This commit is contained in:
parent
47039e801e
commit
75c53e5022
@ -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
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user