X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Felements%2Fsvc_Common.html;h=a7f8f6df41bf6a89addbaf6c3ec39df3b935fbd9;hb=8a26002c6bf6d2c42df5eb90ed760accb71acbb7;hp=a822412bf9a9243eb4fb38d9f48b76a0b95be2b6;hpb=307a7d85568a15f5eb0d97c648507484108fcc56;p=freeside.git diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html index a822412bf..a7f8f6df4 100644 --- a/httemplate/view/elements/svc_Common.html +++ b/httemplate/view/elements/svc_Common.html @@ -52,23 +52,27 @@ function areyousure(href) { <% mt('Service #') |h %><% $svcnum %> % my $url = $opt{'edit_url'} || $p. 'edit/'. $opt{'table'}. '.cgi?'; -| <& /view/elements/svc_edit_link.html, 'svc' => $svc_x &> +<& /view/elements/svc_edit_link.html, 'svc' => $svc_x, 'edit_url' => $url &>
<% ntable("#cccccc") %><% ntable("#cccccc",2) %> % foreach my $f ( @$fields ) { % -% my($field, $type, $value, $hack_strict_refs); +% my($field, $type, $value); % if ( ref($f) ) { % $field = $f->{'field'}; -% $hack_strict_refs = \&{ $f->{'value'} } if $f->{'value'}; -% $value = $f->{'value'} ? &$hack_strict_refs($svc_x) : $svc_x->$field; % $type = $f->{'type'} || 'text'; +% if ( $f->{'value_callback'} ) { +% my $hack_strict_refs = \&{ $f->{'value_callback'} }; +% $value = &$hack_strict_refs($svc_x); +% } else { +% $value = exists($f->{'value'}) ? $f->{'value'} : $svc_x->$field; +% } % } else { % $field = $f; -% $value = $svc_x->$field; % $type = 'text'; +% $value = $svc_x->$field; % } % % my $columndef = $part_svc->part_svc_column($field); @@ -114,6 +118,8 @@ function areyousure(href) { % } +<& /elements/table-tickets.html, object => $cust_svc &> + <% joblisting({'svcnum'=>$svcnum}, 1) %> <% include('/elements/footer.html') %>