diff options
| author | ivan <ivan> | 2009-12-04 04:45:44 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-12-04 04:45:44 +0000 |
| commit | 6183d985647a5deba02d6937b9d383b464f1ee38 (patch) | |
| tree | 6d910c345b3539b9a95899c0f16005792af15776 /httemplate/view | |
| parent | 61b46166b19b08afaed037bc7748515db6e32f13 (diff) | |
customer-specific account report (and some small refactoring of method names to clash less), RT#6180
Diffstat (limited to 'httemplate/view')
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index dbbdf6797..bd056a31c 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -65,7 +65,9 @@ Current packages </TD> <TD ALIGN="right"> - <A HREF="<%$p%>search/report_cust_pkg.html?custnum=<% $cust_main->custnum %>">Package reports</A> + <A HREF="<%$p%>search/report_cust_pkg.html?custnum=<% $cust_main->custnum %>">Package reports</A><BR> + Service reports: + <A HREF="<%$p%>search/report_svc_acct.html?custnum=<% $cust_main->custnum %>">accounts</A> </TD> </TR> |
