From 97db9da10ea48ad36991b4b8ba03c39293f5227b Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Fri, 2 May 2025 15:23:15 +0530 Subject: [PATCH] fix: completed transactions showing in the list (#47374) --- erpnext/stock/doctype/stock_entry/stock_entry.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.js b/erpnext/stock/doctype/stock_entry/stock_entry.js index 223789fc8a3..63597dd3e72 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.js +++ b/erpnext/stock/doctype/stock_entry/stock_entry.js @@ -462,6 +462,7 @@ frappe.ui.form.on("Stock Entry", { docstatus: 1, purpose: "Material Transfer", add_to_transit: 1, + per_transferred: ["<", 100], }, }); },