mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
fix: consider reserved qty when fetching items from SO in PP
This commit is contained in:
@@ -352,7 +352,7 @@ class ProductionPlan(Document):
|
||||
so_item.parent,
|
||||
so_item.item_code,
|
||||
so_item.warehouse,
|
||||
so_item.qty,
|
||||
(so_item.stock_qty - so_item.stock_reserved_qty).as_("qty"),
|
||||
so_item.work_order_qty,
|
||||
so_item.delivered_qty,
|
||||
so_item.conversion_factor,
|
||||
|
||||
Reference in New Issue
Block a user