diff options
| author | ivan <ivan> | 2009-12-12 23:54:14 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-12-12 23:54:14 +0000 |
| commit | 3fa2bc364fc6810b7ce8a02d27e7062ff850ee9d (patch) | |
| tree | 019a100d17ea43ade262c91974c0f3d7c8bead9a /httemplate/search/cust_bill_pkg.cgi | |
| parent | a5c4a4352ed1ed761f9e040d72e3ad9ea7d8f1ac (diff) | |
better reporting for tax credits, RT#4729
Diffstat (limited to 'httemplate/search/cust_bill_pkg.cgi')
| -rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 063b5f4b6..4cc90a44c 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -74,6 +74,8 @@ %> <%init> +#LOTS of false laziness below w/cust_credit_bill_pkg.cgi + die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); |
