fix(stock): ignore reserved qty for stock levels in batch (#54790)

This commit is contained in:
Pandiyan P
2026-05-08 17:51:59 +05:30
committed by GitHub
parent a4a389bd41
commit 0b6a372a52

View File

@@ -70,6 +70,7 @@ frappe.ui.form.on("Batch", {
item_code: frm.doc.item,
for_stock_levels: for_stock_levels,
consider_negative_batches: 1,
ignore_reserved_stock: 1,
},
callback: (r) => {
if (!r.message || r.message.length === 0) {