fix: completed transactions showing in the list (backport #47374) (#47378)

* fix: completed transactions showing in the list (#47374)

(cherry picked from commit 97db9da10e)

# Conflicts:
#	erpnext/stock/doctype/stock_entry/stock_entry.js

* chore: fix conflicts

---------

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot]
2025-05-02 15:29:10 +05:30
committed by GitHub
parent 27a8856dca
commit b507e63375

View File

@@ -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"));