mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
calculate total when items are removed
This commit is contained in:
@@ -648,6 +648,9 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
|||||||
}
|
}
|
||||||
}).fail(() => this.frm.set_value('shipping_rule', ''));
|
}).fail(() => this.frm.set_value('shipping_rule', ''));
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
me.calculate_taxes_and_totals();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
set_actual_charges_based_on_currency: function() {
|
set_actual_charges_based_on_currency: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user