Merge pull request #32761 from frappe/mergify/bp/version-14-hotfix/pr-32759

Pass project to stock entry items (backport #32759)
This commit is contained in:
Deepesh Garg
2022-10-30 09:29:03 +05:30
committed by GitHub

View File

@@ -135,6 +135,7 @@ class AssetRepair(AccountsController):
"basic_rate": stock_item.valuation_rate,
"serial_no": stock_item.serial_no,
"cost_center": self.cost_center,
"project": self.project,
},
)