I have written the below code
frappe.ui.form.on(‘Outstanding’, {
items_remove: function(frm) {
cur_frm.refresh_fields();
}
});
I have written the below code
frappe.ui.form.on(‘Outstanding’, {
items_remove: function(frm) {
cur_frm.refresh_fields();
}
});