From 6ac1fddfd60de538bc449090253aa752cfd1fa0b Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 21 Jun 2016 01:11:43 -0500 Subject: RT#17599: display cancelled services from history --- httemplate/view/cust_main/packages/services.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/packages/services.html b/httemplate/view/cust_main/packages/services.html index 39055f49a..352f5ea9d 100644 --- a/httemplate/view/cust_main/packages/services.html +++ b/httemplate/view/cust_main/packages/services.html @@ -105,9 +105,22 @@ function clearhint_search_cust_svc(obj, str) { -% } +% } + +% } #foreach part_svc + +% if ($cust_pkg->get('cancel')) { +% foreach my $svc (sort { $a->{'svcpart'} <=> $b->{'svcpart'} } +% $cust_pkg->uncancel_svc_summary('summarize_size' => $opt{'cust_pkg-large_pkg_size'}) +% ) { +% next unless $svc->{'reprovisionable'}; + + <% $svc->{'svc'} |h %> + <% $svc->{'label'} |h %> + +% } +% } -% } -- cgit v1.2.1