Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit committed Jan 8, 2025
1 parent e4108a4 commit d4bcf3b
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,16 +376,7 @@ def get_all(self, additional_fields=None, names=None, only_names=False):

def get_unmatched(self, category):
gst_category = (
<<<<<<< HEAD
("Registered Regular", "Tax Deductor")
=======
(
"Registered Regular",
"Tax Deductor",
"Tax Collector",
"Input Service Distributor",
)
>>>>>>> fc9e366f (fix: support purchases from tax collector in purchae reco tool)
("Registered Regular", "Tax Deductor", "Tax Collector")
if category in ("B2B", "CDNR", "ISD")
else ("SEZ", "Overseas", "UIN Holders")
)
Expand Down Expand Up @@ -1235,11 +1226,7 @@ def guess_classification(doc):
"Overseas": "IMPG",
"UIN Holders": "B2B",
"Tax Deductor": "B2B",
<<<<<<< HEAD
=======
"Tax Collector": "B2B",
"Input Service Distributor": "B2B",
>>>>>>> fc9e366f (fix: support purchases from tax collector in purchae reco tool)
}

classification = GST_CATEGORIES.get(doc.gst_category)
Expand Down

0 comments on commit d4bcf3b

Please sign in to comment.