Calculate remaining benefit amount in Employee Benefit Application
This commit is contained in:
parent
8a953ba516
commit
47d865baa0
@ -33,6 +33,9 @@ frappe.ui.form.on('Employee Benefit Application', {
|
||||
frappe.ui.form.on("Employee Benefit Application Detail",{
|
||||
amount: function(frm) {
|
||||
calculate_all(frm.doc);
|
||||
},
|
||||
employee_benefits_remove: function(frm) {
|
||||
calculate_all(frm.doc);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user