From e30cc8422c1621070934e433fe3e13d407325081 Mon Sep 17 00:00:00 2001 From: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> Date: Sat, 9 Apr 2022 19:53:40 +0530 Subject: [PATCH] fix: Resolve conflicts --- erpnext/public/js/controllers/taxes_and_totals.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erpnext/public/js/controllers/taxes_and_totals.js b/erpnext/public/js/controllers/taxes_and_totals.js index 728835795cc..7a48fbdbd96 100644 --- a/erpnext/public/js/controllers/taxes_and_totals.js +++ b/erpnext/public/js/controllers/taxes_and_totals.js @@ -272,16 +272,12 @@ erpnext.taxes_and_totals = class TaxesAndTotals extends erpnext.payments { }); } -<<<<<<< HEAD calculate_shipping_charges() { -======= - calculate_shipping_charges: function() { // Do not apply shipping rule for POS if (this.frm.doc.is_pos) { return; } ->>>>>>> c0ebcfb393 (fix: Do not apply shipping rule for POS transactions) frappe.model.round_floats_in(this.frm.doc, ["total", "base_total", "net_total", "base_net_total"]); if (frappe.meta.get_docfield(this.frm.doc.doctype, "shipping_rule", this.frm.doc.name)) { this.shipping_rule();