mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +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_production": flt(item.reserved_qty_for_production, precision),
|
||||||
"reserved_qty_for_sub_contract": flt(item.reserved_qty_for_sub_contract, precision),
|
"reserved_qty_for_sub_contract": flt(item.reserved_qty_for_sub_contract, precision),
|
||||||
"actual_qty": flt(item.actual_qty, 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
|
return items
|
||||||
|
|||||||
Reference in New Issue
Block a user