fix(subscription): added the cost center from the subscription plan to invoice item

This commit is contained in:
Jatin3128
2025-12-29 01:34:32 +05:30
parent 70f1d3ca47
commit 3ef66f65b9

View File

@@ -432,7 +432,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