Files
erpnext/erpnext/public/js/utils
Sudharsanan11 ab30bab6cb fix(stock): show qty (company) and qty (warehouse) in sales transactions
company was passed to get_bin_details only for purchase order, so
company_total_stock was never returned for sales order, quotation,
sales invoice and delivery note and the qty (company) column always
read zero. pass ctx.company for every doctype, which also drops the
dependency on doc being supplied.

on the client, set_actual_qty copied only actual_qty out of the
response, so qty (company) never refreshed on a warehouse change. use
frm.call with child so every bin field is applied, pass
include_child_warehouses to match the server, and include quotation.
2026-07-13 14:37:23 +05:30
..
2024-03-10 19:45:40 +05:30
2026-03-17 15:48:24 +05:30
2024-03-10 19:45:40 +05:30
2024-03-10 19:45:40 +05:30