fix: Resolve conflicts

This commit is contained in:
Deepesh Garg 2022-03-27 19:23:53 +05:30 committed by GitHub
parent 485e6b6a09
commit 33fa14b6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,11 +34,7 @@ erpnext.taxes_and_totals = class TaxesAndTotals extends erpnext.payments {
frappe.model.set_value(item.doctype, item.name, "rate", item_rate);
}
<<<<<<< HEAD
calculate_taxes_and_totals(update_paid_amount) {
=======
calculate_taxes_and_totals: async function(update_paid_amount) {
>>>>>>> a044e92687 (fix: Incorrect default amount to pay for POS invoices)
async calculate_taxes_and_totals(update_paid_amount) {
this.discount_amount_applied = false;
this._calculate_taxes_and_totals();
this.calculate_discount_amount();