From 33beebf4cb42eba3e1dd868ad5e0af102de961da Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 29 Sep 2012 16:36:46 -0700 Subject: update address standardization for cust_location changes --- rt/share/html/Admin/Elements/EditCustomFieldValues | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'rt/share/html/Admin/Elements/EditCustomFieldValues') diff --git a/rt/share/html/Admin/Elements/EditCustomFieldValues b/rt/share/html/Admin/Elements/EditCustomFieldValues index c2a027b81..4d0dc51b8 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-2012 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -58,7 +58,7 @@ <&|/l&>Name <&|/l&>Description % if ($CustomField->Type ne 'Combobox') { -<&|/l&>Category +<&|/l&>Category % } @@ -68,22 +68,23 @@ - + % if ( $CustomField->Type ne 'Combobox' ) { % if ( $Categories ) { % my $selected = $value->Category; % $selected = '' unless defined $selected; - % while (my $Value = $Categories->Next) { % } % } else { - + % } % } +% $m->callback(CallbackName => 'AfterCustomFieldValueInput', CustomFieldObj => $CustomField, CustomFieldValueObj => $value, ARGSRef => \%ARGS ); % } -- cgit v1.2.1