From 3b46d452696901ff2dec41125f68c689ecffd5b9 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Thu, 25 Jun 2015 00:51:02 -0500 Subject: RT#34078: Payment History Report / Statement [refactor to not use msg_template] --- httemplate/view/cust_main/menu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index ff8937a8f..6e66ea7e6 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -483,16 +483,16 @@ my @menu = ( }, }, { - label => 'Email payment history to this customer', + label => 'Email statement to this customer', url => sub { my $cust_main = shift; my $agentnum = $cust_main->agentnum; - 'misc/email-customers-history.html?table=cust_main;search_hash='. + 'misc/email-customer-statement.html?table=cust_main;search_hash='. 'agent_virt_agentnum='.$agentnum.";custnum=$custnum;url=". uri_escape($cgi->self_url); }, condition => sub { $invoicing_list_emailonly }, - acl => 'Bulk send customer notices', + acl => [ 'View invoices', 'Bulk send customer notices' ], }, ], [ -- cgit v1.2.1