fix: Modify opts parameter misspell (#31476)

Modify opts parameter misspell 

closes #31474
This commit is contained in:
gn306029
2022-06-29 17:15:21 +08:00
committed by GitHub
parent cdf631b9de
commit 2a619fd789
2 changed files with 2 additions and 2 deletions

View File

@@ -713,7 +713,7 @@ erpnext.utils.map_current_doc = function(opts) {
get_query: opts.get_query,
add_filters_group: 1,
allow_child_item_selection: opts.allow_child_item_selection,
child_fieldname: opts.child_fielname,
child_fieldname: opts.child_fieldname,
child_columns: opts.child_columns,
size: opts.size,
action: function(selections, args) {