[fix] AssignToDialog in ListView frappe/erpnext#7459 (#2584)
This commit is contained in:
parent
8c0a67cde8
commit
d3d957c10a
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ frappe.views.DocListView = frappe.ui.Listing.extend({
|
|||
})
|
||||
|
||||
if(docname.length >= 1){
|
||||
me.dialog = new frappe.ui.AssignToDialog({
|
||||
me.dialog = new frappe.ui.form.AssignToDialog({
|
||||
obj: me,
|
||||
method: 'frappe.desk.form.assign_to.add_multiple',
|
||||
doctype: me.doctype,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue