Skip to content

Commit

Permalink
chore: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Dec 31, 2024
1 parent cf980a1 commit bcd3b36
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions erpnext/controllers/taxes_and_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
validate_inclusive_tax,
validate_taxes_and_charges,
)
<<<<<<< HEAD
from erpnext.stock.get_item_details import _get_item_tax_template
=======
from erpnext.deprecation_dumpster import deprecated
from erpnext.stock.get_item_details import ItemDetailsCtx, _get_item_tax_template, get_item_tax_map
>>>>>>> de54c0b41f (fix: update item_tax_rate in backend)
from erpnext.stock.get_item_details import _get_item_tax_template, get_item_tax_map
from erpnext.utilities.regional import temporary_flag


Expand Down

0 comments on commit bcd3b36

Please sign in to comment.