commit | 54c2ffc36b8976fdc0139a8cb06e5e0a9d4f19e5 | [log] [tgz] |
---|---|---|
author | Hossein Yousefian <86075967+ihosseinu@users.noreply.github.com> | Sat Oct 29 20:24:59 2022 +0330 |
committer | GitHub <noreply@github.com> | Sat Oct 29 22:24:59 2022 +0530 |
tree | 2703c224806c214cd87e7c94438e5b88b2faff90 | |
parent | 16a8bcc77d4ccd861979f6dd5a499b60b89208d4 [diff] |
fix: Pass project to stock entry items fix: Pass project to stock entry items
diff --git a/erpnext/assets/doctype/asset_repair/asset_repair.py b/erpnext/assets/doctype/asset_repair/asset_repair.py index 8758e9c..d5913c5 100644 --- a/erpnext/assets/doctype/asset_repair/asset_repair.py +++ b/erpnext/assets/doctype/asset_repair/asset_repair.py
@@ -135,6 +135,7 @@ "basic_rate": stock_item.valuation_rate, "serial_no": stock_item.serial_no, "cost_center": self.cost_center, + "project": self.project, }, )