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:19:17 -0700 |
commit | b60645a67dffaeddb63284cd249ddab4eee87c3f (patch) | |
tree | 93930c86d2804bf0dd67874cc0f028332f78c585 | |
parent | 6650941e7d21dbe82d7fa0944ae9217edb8adf28 (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 f8ccc69a5..5429e8e82 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', |