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/view/cust_main/menu.html | |
| parent | 499333276c687817c8c335ccca291a9786378a1e (diff) | |
change one-time charge UI to a full page to avoid conflict with taxproducts, #71394
Diffstat (limited to 'httemplate/view/cust_main/menu.html')
| -rw-r--r-- | httemplate/view/cust_main/menu.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index ab2d69d34..9e194f42d 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -131,8 +131,6 @@ </style> -<& /elements/one_time_charge_link.html, form_only=>1 &> - <ul id="customer_menu"> % foreach my $submenu (@processed_menu) { <li> @@ -358,12 +356,7 @@ my @menu = ( { # it's just a popup, but there's some freaky CCH tax stuff in it label => 'One-time charge', - content => sub { - include( '/elements/one_time_charge_link.html', - custnum => shift->custnum, - no_form => 1, - ); - }, + url => "edit/quick-charge.html?custnum=$custnum", acl => 'One-time charge', }, { |
