diff options
author | Mark Wells <mark@freeside.biz> | 2015-07-30 17:11:44 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-04 11:52:36 -0700 |
commit | b7bf10dbaad1b0e102b1b68edbb93859fdab7738 (patch) | |
tree | f46e5152480cc6947bd352f2ef0f688b9a83f2a1 | |
parent | 1d84ced5422aff16e5f2fdebdd1d1fe4bb806016 (diff) |
fix bad link
-rw-r--r-- | httemplate/view/cust_main/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index c2547dd5e..2fac7beff 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -386,7 +386,7 @@ my @menu = ( { label => 'Package reports', - url => "search/report_cust_pkg?custnum=$custnum", + url => "search/report_cust_pkg.html?custnum=$custnum", }, { label => 'View qualifications', |