mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
Fix:Cost center mapping issue
This commit is contained in:
@@ -1061,7 +1061,6 @@ class BuyingController(SubcontractingController):
|
|||||||
"asset_category": item_data.get("asset_category"),
|
"asset_category": item_data.get("asset_category"),
|
||||||
"location": row.asset_location,
|
"location": row.asset_location,
|
||||||
"company": self.company,
|
"company": self.company,
|
||||||
"cost_center": row.cost_center or self.cost_center or None,
|
|
||||||
"status": "Draft",
|
"status": "Draft",
|
||||||
"supplier": self.supplier,
|
"supplier": self.supplier,
|
||||||
"purchase_date": self.posting_date,
|
"purchase_date": self.posting_date,
|
||||||
|
|||||||
Reference in New Issue
Block a user