From 42132c9a86d36d7fefa7ba5f058f764ba6e7ad5b Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 28 Aug 2008 21:32:26 +0000 Subject: taxproduct selection for one time charges --- httemplate/view/cust_main/packages.html | 70 ++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index d8e8130c2..9d5f993cd 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -1,5 +1,73 @@ Packages
+% if ( $curuser->access_right('One-time charge') ) { + + +
+ + + + +
+% } + % my $s = 0; % if ( $curuser->access_right('Order customer package') ) { <% $s++ ? ' | ' : '' %> @@ -20,8 +88,8 @@ 'width' => 545, }) %> - % } + % if ( $curuser->access_right('Bulk change customer packages') ) { <% $s++ ? ' | ' : '' %> Bulk order and cancel packages (preserves services) -- cgit v1.2.1