From: ivan Date: Sun, 16 Mar 2008 05:13:55 +0000 (+0000) Subject: finish bringing sanity to svc_broadband service definition blocknum edit X-Git-Tag: freeside_1_7_3rc1~49 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c4a1011f313f2a5860c58c562100031b14c49583;p=freeside.git finish bringing sanity to svc_broadband service definition blocknum edit --- diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 4b8a24080..e0fb615b1 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -261,9 +261,10 @@ that field. % if ( $def->{select_table} ) { % foreach my $record ( qsearch( $def->{select_table}, {} ) ) { % my $rvalue = $record->getfield($def->{select_key}); +% my $select_label = $def->{select_label}; % $html .= qq!'; +% $record->$select_label(). ''; % } #next $record % } else { # select_list % foreach my $item ( @{$def->{select_list}} ) {