mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
(cherry picked from commit 0f2a52078c)
Co-authored-by: Marica <maricadsouza221197@gmail.com>
This commit is contained in:
@@ -278,7 +278,7 @@ frappe.ui.form.on('Stock Entry', {
|
|||||||
get_query_filters: {
|
get_query_filters: {
|
||||||
docstatus: 1,
|
docstatus: 1,
|
||||||
material_request_type: ["in", allowed_request_types],
|
material_request_type: ["in", allowed_request_types],
|
||||||
status: ["not in", ["Transferred", "Issued"]]
|
status: ["not in", ["Transferred", "Issued", "Cancelled", "Stopped"]]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, __("Get Items From"));
|
}, __("Get Items From"));
|
||||||
|
|||||||
Reference in New Issue
Block a user