commit | 69ffddf747f774c8924d4d628222e45fe28ba7d8 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Thu Oct 07 17:33:58 2021 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Thu Oct 07 17:33:58 2021 +0530 |
tree | 4999dd686592b384cd308568a689740f1000ff68 | |
parent | 0b040c7437ceafa5412681373fd1870e8fdc26d4 [diff] |
feat: option to set the width for the multi-select dialog box
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index 7f39b99..0323a42 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js
@@ -712,6 +712,7 @@ allow_child_item_selection: opts.allow_child_item_selection, child_fieldname: opts.child_fielname, child_columns: opts.child_columns, + size: opts.size, action: function(selections, args) { let values = selections; if (values.length === 0) {