From 313e6af52853ac2123a37a018319608ab7ec2ba1 Mon Sep 17 00:00:00 2001 From: Sagar Vora <16315650+sagarvora@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:11:52 +0530 Subject: [PATCH] chore: resolve conflicts --- erpnext/controllers/taxes_and_totals.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/erpnext/controllers/taxes_and_totals.py b/erpnext/controllers/taxes_and_totals.py index 50bae1378b5..eda94351515 100644 --- a/erpnext/controllers/taxes_and_totals.py +++ b/erpnext/controllers/taxes_and_totals.py @@ -7,16 +7,8 @@ import json import frappe from frappe import _, scrub from frappe.model.document import Document -<<<<<<< HEAD -<<<<<<< HEAD from frappe.utils import cint, flt, round_based_on_smallest_currency_fraction from frappe.utils.deprecations import deprecated -======= -from frappe.utils import cint, flt, fmt_money, round_based_on_smallest_currency_fraction ->>>>>>> f4f79d99e4 (fix: validate that discount amount cannot exceed total before discount) -======= -from frappe.utils import cint, flt, round_based_on_smallest_currency_fraction ->>>>>>> 81ab15351e (chore: remove unused import) import erpnext from erpnext.accounts.doctype.journal_entry.journal_entry import get_exchange_rate