feat: option to set the width for the multi-select dialog box

(cherry picked from commit 69ffddf747)
This commit is contained in:
Rohit Waghchaure
2021-10-07 17:33:58 +05:30
committed by mergify-bot
parent dd0cefbeb9
commit 00cb04df84

View File

@@ -712,6 +712,7 @@ erpnext.utils.map_current_doc = function(opts) {
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) {