X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Fservices.html;fp=httemplate%2Fview%2Fcust_main%2Fpackages%2Fservices.html;h=50e1c15277fa8abd512f39547e70abe7bb221280;hb=7ef2ddadbd35cad8b9e65a3682e870230e5f8c89;hp=a5a55521a5743d0d86901afa4774bbd00d9da2b0;hpb=f2a797b9cc0e9a6053399356e9e8cae22e553c9c;p=freeside.git diff --git a/httemplate/view/cust_main/packages/services.html b/httemplate/view/cust_main/packages/services.html index a5a55521a..50e1c1527 100644 --- a/httemplate/view/cust_main/packages/services.html +++ b/httemplate/view/cust_main/packages/services.html @@ -20,7 +20,7 @@ function clearhint_search_cust_svc(obj, str) { % my $href="${p}search/cust_pkg_svc.html?svcpart=".$part_svc->svcpart. % ";pkgnum=".$cust_pkg->pkgnum; <% $part_svc->svc %>  - (view all <% $cust_pkg->num_svcs %>) + (<% mt("view all [_1]", $cust_pkg->num_svcs) |h %>) % my $hint = $hints{$part_svc->svcdb}; % if ( $hint ) {
@@ -38,20 +38,20 @@ function clearhint_search_cust_svc(obj, str) { % else { # don't summarize % foreach my $cust_svc ( @{ $part_svc->cust_pkg_svc } ) { % if ( $cust_pkg->getfield('cancel') > 0 ) { - <% include('/elements/tr-cust_svc_cancel.html', + <& /elements/tr-cust_svc_cancel.html, %opt, 'part_svc' => $part_svc, 'cust_svc' => $cust_svc, 'cust_pkg' => $cust_pkg, - ) %> + &> % } % else { - <% include('/elements/tr-cust_svc.html', + <& /elements/tr-cust_svc.html, %opt, 'part_svc' => $part_svc, 'cust_svc' => $cust_svc, 'cust_pkg' => $cust_pkg, - ) %> + &> % } #if cancel > 0 % } #foreach $cust_svc % } #if summarizing @@ -65,7 +65,7 @@ function clearhint_search_cust_svc(obj, str) { <% svc_provision_link($cust_pkg, $part_svc, \%opt, $curuser) %> % if ( $curuser->access_right('Bulk provision customer service') % && $part_svc->svcdb eq 'svc_phone' ) { -
Browse Received DID Inventory +
<% mt('Browse Received DID Inventory') |h %> % }