diff options
author | ivan <ivan> | 2009-01-18 23:43:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-01-18 23:43:40 +0000 |
commit | 6397a30ca9f53c90a503da8786925ec75535a699 (patch) | |
tree | 0056fe6e195f5a621d46616e75fd57ad55e8c579 /httemplate/view | |
parent | a5b4bfc7728cf3014106806b729d2390045c71a6 (diff) |
finish package location tax reporing, RT#4499
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/packages/location.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ </I> -% if ($FS::CurrentUser::CurrentUser->access_right('Change customer package')) { +% if ( ! $cust_pkg->get('cancel') +% && $FS::CurrentUser::CurrentUser->access_right('Change customer package') +% ) +% { <FONT SIZE=-1> ( <%pkg_change_location_link($cust_pkg)%> ) </FONT> |