From a5a3313d158c6584d84fc09f473042028230fe00 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 18 Jul 2016 19:29:59 -0500 Subject: RT#38973: Bill for time worked on ticket resolution [fully functional, v3 reconcile] --- httemplate/edit/part_pkg.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/part_pkg.cgi') diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 7b1e864f5..84e74f639 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -867,9 +867,9 @@ my $html_bottom = sub { : '' ). '>'; - } elsif ( $href->{$field}{'type'} eq 'select-rt-customfield' ) { + } elsif ( $href->{$field}{'type'} =~ /^select-rt-/ ) { - $html .= include('/elements/select-rt-customfield.html', + $html .= include('/elements/'.$href->{$field}{'type'}.'.html', 'name' => $layer.'__'.$field, 'curr_value' => $options{$field}, map { $_ => $href->{$field}{$_} } -- cgit v1.2.1