From b507e63375ac11b1dfa2f638f5dbb5e36744761c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 15:29:10 +0530 Subject: [PATCH] fix: completed transactions showing in the list (backport #47374) (#47378) * fix: completed transactions showing in the list (#47374) (cherry picked from commit 97db9da10ea48ad36991b4b8ba03c39293f5227b) # Conflicts: # erpnext/stock/doctype/stock_entry/stock_entry.js * chore: fix conflicts --------- Co-authored-by: rohitwaghchaure --- 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 1eefd552c29..81a60b93c70 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.js +++ b/erpnext/stock/doctype/stock_entry/stock_entry.js @@ -364,6 +364,7 @@ frappe.ui.form.on('Stock Entry', { docstatus: 1, purpose: "Material Transfer", add_to_transit: 1, + per_transferred: ["<", 100], } }) }, __("Get Items From"));