X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FEditCustomFieldValues;h=f50cc2ac083cc68e239325df5521d6d24f5e80b3;hp=c2a027b811ce426bdcccc32c0853b79640cbc652;hb=de9d037528895f7151a9aead6724ce2df95f9586;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/rt/share/html/Admin/Elements/EditCustomFieldValues b/rt/share/html/Admin/Elements/EditCustomFieldValues index c2a027b81..f50cc2ac0 100755 --- a/rt/share/html/Admin/Elements/EditCustomFieldValues +++ b/rt/share/html/Admin/Elements/EditCustomFieldValues @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -53,12 +53,12 @@ - + % if ($CustomField->Type ne 'Combobox') { - + % } @@ -68,22 +68,23 @@ - + % if ( $CustomField->Type ne 'Combobox' ) { % } +% $m->callback(CallbackName => 'AfterCustomFieldValueInput', CustomFieldObj => $CustomField, CustomFieldValueObj => $value, ARGSRef => \%ARGS ); % }
  <&|/l&>Sort <&|/l&>Name <&|/l&>Description<&|/l&>Category<&|/l&>Category
% if ( $Categories ) { % my $selected = $value->Category; % $selected = '' unless defined $selected; - % while (my $Value = $Categories->Next) { % } % } else { - + % }