mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
Merge pull request #27852 from frappe/mergify/bp/version-13-hotfix/pr-27851
feat: option to set the width for the multi-select dialog box (backport #27851)
This commit is contained in:
@@ -712,6 +712,7 @@ erpnext.utils.map_current_doc = function(opts) {
|
|||||||
allow_child_item_selection: opts.allow_child_item_selection,
|
allow_child_item_selection: opts.allow_child_item_selection,
|
||||||
child_fieldname: opts.child_fielname,
|
child_fieldname: opts.child_fielname,
|
||||||
child_columns: opts.child_columns,
|
child_columns: opts.child_columns,
|
||||||
|
size: opts.size,
|
||||||
action: function(selections, args) {
|
action: function(selections, args) {
|
||||||
let values = selections;
|
let values = selections;
|
||||||
if (values.length === 0) {
|
if (values.length === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user