mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
fix: stock summary page
This commit is contained in:
@@ -75,7 +75,7 @@ def get_data(
|
||||
"reserved_qty_for_production": flt(item.reserved_qty_for_production, precision),
|
||||
"reserved_qty_for_sub_contract": flt(item.reserved_qty_for_sub_contract, precision),
|
||||
"actual_qty": flt(item.actual_qty, precision),
|
||||
"reserved_stock": sre_reserved_stock_details.get((item.item_code, item.warehouse), 0),
|
||||
"reserved_stock": sre_reserved_stock_details,
|
||||
}
|
||||
)
|
||||
return items
|
||||
|
||||
Reference in New Issue
Block a user