From ca00b528d98dbf454bae7b497c8d83ca8851724c Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 28 Jun 2016 23:29:37 -0700 Subject: change one-time charge UI to a full page to avoid conflict with taxproducts, #71394 --- httemplate/browse/part_pkg_taxproduct/cch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/browse') 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); -- cgit v1.2.1