diff options
author | Mark Wells <mark@freeside.biz> | 2016-06-28 23:29:37 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-06-28 23:29:37 -0700 |
commit | ca00b528d98dbf454bae7b497c8d83ca8851724c (patch) | |
tree | 1a05b899b900d85bc240e9172746df928988cce5 /httemplate/browse | |
parent | 499333276c687817c8c335ccca291a9786378a1e (diff) |
change one-time charge UI to a full page to avoid conflict with taxproducts, #71394
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/part_pkg_taxproduct/cch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_pkg_taxproduct/cch.html b/httemplate/browse/part_pkg_taxproduct/cch.html index b901bad9f..1f4f53d5f 100755 --- a/httemplate/browse/part_pkg_taxproduct/cch.html +++ b/httemplate/browse/part_pkg_taxproduct/cch.html @@ -97,7 +97,7 @@ $cgi->delete('tax_customer'); if ( $tax_group || $tax_item || $tax_provider || $tax_customer ) { - push @menubar, 'View all tax products' => $p.'browse/part_pkg_taxproduct.cgi'; + push @menubar, 'View all tax products' => $p.'browse/part_pkg_taxproduct/cch.html'; } $cgi->param('dummy', 1); |