mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
Calculate remaining benefit amount in Employee Benefit Application
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user