fix: don't set filter for restrict_to_domain in Bulk Update Tool
This commit is contained in:
parent
398d5bad6f
commit
bc577d5a9f
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ frappe.ui.form.on('Bulk Update', {
|
|||
return {
|
||||
filters: [
|
||||
['DocType', 'issingle', '=', 0],
|
||||
['DocType', 'name', 'not in', frappe.model.core_doctypes_list],
|
||||
['DocType', 'restrict_to_domain', 'in', frappe.boot.active_domains]
|
||||
['DocType', 'name', 'not in', frappe.model.core_doctypes_list]
|
||||
]
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue