From 6397a30ca9f53c90a503da8786925ec75535a699 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 18 Jan 2009 23:43:40 +0000 Subject: finish package location tax reporing, RT#4499 --- httemplate/view/cust_main/packages/location.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'httemplate/view/cust_main') diff --git a/httemplate/view/cust_main/packages/location.html b/httemplate/view/cust_main/packages/location.html index 3c641304a..6664629ab 100644 --- a/httemplate/view/cust_main/packages/location.html +++ b/httemplate/view/cust_main/packages/location.html @@ -19,7 +19,10 @@ -% if ($FS::CurrentUser::CurrentUser->access_right('Change customer package')) { +% if ( ! $cust_pkg->get('cancel') +% && $FS::CurrentUser::CurrentUser->access_right('Change customer package') +% ) +% { ( <%pkg_change_location_link($cust_pkg)%> ) -- cgit v1.2.1