Merge pull request #51356 from Jatin3128/cost-center-fix

fix(subscription): added the cost center from the subscription plan to invoice item
This commit is contained in:
ruthra kumar
2025-12-30 12:30:24 +05:30
committed by GitHub

View File

@@ -431,7 +431,6 @@ class Subscription(Document):
items_list = self.get_items_from_plans(self.plans, is_prorate())
for item in items_list:
item["cost_center"] = self.cost_center
invoice.append("items", item)
# Taxes