mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
fix: Pass project to stock entry items
fix: Pass project to stock entry items
This commit is contained in:
committed by
GitHub
parent
16a8bcc77d
commit
54c2ffc36b
@@ -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,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user