This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Show all records in multi-select dialog (
#3319
)
version-14
Nabin Hait
8 years ago
committed by
GitHub
parent
d9c559777e
commit
df9c5c71c4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
frappe/public/js/frappe/form/multi_select_dialog.js
+ 2
- 1
frappe/public/js/frappe/form/multi_select_dialog.js
View File
@@ -168,7 +168,8 @@ frappe.ui.form.MultiSelectDialog = Class.extend({
doctype: me.doctype,
txt: '',
filters: filters,
filter_fields: Object.keys(me.setters).concat([me.date_field])
filter_fields: Object.keys(me.setters).concat([me.date_field]),
page_len: null
}
frappe.call({
type: "GET",
Write
Preview
Loading…
Cancel
Save