From 45d41ae99ced1b28595b2f2080ac9186be6d33b5 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 28 Oct 2009 06:15:09 +0000 Subject: customer link to package reports for that customer, RT#6180 --- httemplate/view/cust_main/packages.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 17a06911a..dbbdf6797 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -26,8 +26,12 @@ Bulk order and cancel packages (preserves services) % } -

+ + + + + + + + + + +
+ % if ( @$packages ) { Current packages @@ -58,6 +62,16 @@ Current packages % $cgi->param('showoldpackages', 0); ( hide old packages ) % } + + + Package reports +
+ % if ( @$packages ) { <% include('/elements/table-grid.html') %> @@ -109,6 +123,10 @@ Current packages
% } +
+ % if ( $cgi->param('fragment') =~ /^cust_pkg(\d+)$/ ) {