fix: Dont fetch Stopped/Cancelled MRs in Stock Entry Get Items dialog (#27326)
This commit is contained in:
parent
ceaa804f04
commit
0f2a52078c
@ -278,7 +278,7 @@ frappe.ui.form.on('Stock Entry', {
|
||||
get_query_filters: {
|
||||
docstatus: 1,
|
||||
material_request_type: ["in", allowed_request_types],
|
||||
status: ["not in", ["Transferred", "Issued"]]
|
||||
status: ["not in", ["Transferred", "Issued", "Cancelled", "Stopped"]]
|
||||
}
|
||||
})
|
||||
}, __("Get Items From"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user