From 0b6a372a524ce1dd38a8969a3fa75a74a2f8bd10 Mon Sep 17 00:00:00 2001 From: Pandiyan P Date: Fri, 8 May 2026 17:51:59 +0530 Subject: [PATCH] fix(stock): ignore reserved qty for stock levels in batch (#54790) --- erpnext/stock/doctype/batch/batch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/stock/doctype/batch/batch.js b/erpnext/stock/doctype/batch/batch.js index d0b444129ce..da2a083252b 100644 --- a/erpnext/stock/doctype/batch/batch.js +++ b/erpnext/stock/doctype/batch/batch.js @@ -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) {