X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FHelpers%2FAutocomplete%2FCustomFieldValues;h=41799ac7a79311e98468fae8580365df700cb729;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=7e14067cc1081897e7b1ae0e2beda7199cee88dc;hpb=026dc7ad72ba972f230b6709e31fa64397d75ad4;p=freeside.git diff --git a/rt/share/html/Helpers/Autocomplete/CustomFieldValues b/rt/share/html/Helpers/Autocomplete/CustomFieldValues index 7e14067cc..41799ac7a 100644 --- a/rt/share/html/Helpers/Autocomplete/CustomFieldValues +++ b/rt/share/html/Helpers/Autocomplete/CustomFieldValues @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -68,7 +68,7 @@ unless ( exists $ARGS{ContextType} and exists $ARGS{ContextId} ) { # structure returned. There will be only one CF, so drill down 2 layers # to get the cf id, if one is there. -my %custom_fields = _ParseObjectCustomFieldArgs(\%ARGS); +my %custom_fields = _ParseObjectCustomFieldArgs(\%ARGS, IncludeBulkUpdate => 1); my $CustomField; foreach my $class ( keys %custom_fields ){ foreach my $id ( keys %{$custom_fields{$class}} ){