From c3ac7aac66394a53b0f6a01de7a36a81652a32a1 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:39:14 +0000 Subject: [PATCH] fix(stock): ignore reserved qty for stock levels in batch (backport #54790) (#54796) 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 7c9c0eeb09a..726e9620afe 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) {