From 338d1904c1c6990a8ad68517cffdef5f4b69fd92 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:35:22 +0000 Subject: [PATCH] fix(stock): ignore reserved qty for stock levels in batch (backport #54790) (#54797) fix(stock): ignore reserved qty for stock levels in batch (#54790) (cherry picked from commit 0b6a372a524ce1dd38a8969a3fa75a74a2f8bd10) Co-authored-by: Pandiyan P --- 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) {