Fix:Cost center mapping issue

(cherry picked from commit a084feba96)
This commit is contained in:
[Kesavan-001]
2026-03-14 12:50:47 +05:30
committed by Mergify
parent 748467f27f
commit 3e75d4ea60

View File

@@ -1078,7 +1078,6 @@ class BuyingController(SubcontractingController):
"asset_category": item_data.get("asset_category"),
"location": row.asset_location,
"company": self.company,
"cost_center": row.cost_center or self.cost_center or None,
"status": "Draft",
"supplier": self.supplier,
"purchase_date": self.posting_date,