mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
item, leave_balance: hotfix
This commit is contained in:
@@ -23,6 +23,7 @@ cur_frm.cscript.onload = function(doc, dt, dn) {
|
||||
method:"get_approver_list",
|
||||
callback: function(r) {
|
||||
cur_frm.set_df_property("leave_approver", "options", r.message);
|
||||
get_leave_balance(cur_frm.doc);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user