mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: Attempt to fix status updater 1
This commit is contained in:
@@ -559,7 +559,7 @@ class PurchaseOrder(BuyingController):
|
|||||||
"source_dt": "Purchase Order Item",
|
"source_dt": "Purchase Order Item",
|
||||||
"target_dt": "Production Plan Sub Assembly Item",
|
"target_dt": "Production Plan Sub Assembly Item",
|
||||||
"join_field": "production_plan_sub_assembly_item",
|
"join_field": "production_plan_sub_assembly_item",
|
||||||
"target_field": "ordered_qty",
|
"target_field": "received_qty",
|
||||||
"target_parent_dt": "Production Plan",
|
"target_parent_dt": "Production Plan",
|
||||||
"target_parent_field": "",
|
"target_parent_field": "",
|
||||||
"target_ref_field": "qty",
|
"target_ref_field": "qty",
|
||||||
|
|||||||
Reference in New Issue
Block a user