fix: Fetch Material Requests with type Issue as well in Stock Entry via Get Items from
This commit is contained in:
parent
0ebcb4733a
commit
0b98a6296b
@ -220,8 +220,8 @@ frappe.ui.form.on('Stock Entry', {
|
||||
},
|
||||
get_query_filters: {
|
||||
docstatus: 1,
|
||||
material_request_type: "Material Transfer",
|
||||
status: ['!=', 'Transferred']
|
||||
material_request_type: ["in", ["Material Transfer", "Material Issue"]],
|
||||
status: ["not in", ["Transferred", "Issued"]]
|
||||
}
|
||||
})
|
||||
}, __("Get items from"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user