X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmenu.html;h=ff001bb67e818c16535ecf2fff9762535708c872;hb=0ed195595b5c7ea404c8848d9d1881ada4214489;hp=9486c24e0c3fcdb59d9a42ec184b9b73c9ad8b0f;hpb=2e52b3a969c6325e9b74ef4ac7f5d435a999f309;p=freeside.git diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 9486c24e0..ff001bb67 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -493,7 +493,7 @@ my @menu = ( uri_escape($cgi->self_url); }, condition => sub { $invoicing_list_emailonly }, - acl => [ 'View invoices', 'Bulk send customer notices' ], + acl => 'Resend invoices', }, ], [ @@ -557,6 +557,7 @@ foreach my $submenu (@menu) { } $a .= qq[>$label ]; + $cgi->param('show', $opt{show}); } elsif ( $entry->{popup} ) {