From bbdb9bc8f7fe69bb9b4fe4445f65479ef77f144e Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 28 Jan 2016 10:25:22 -0800 Subject: [PATCH] fix label: s/email invoice/email/. we already know its an invoice --- httemplate/view/cust_main/payment_history/invoice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html index ea20c2003..79c904a97 100644 --- a/httemplate/view/cust_main/payment_history/invoice.html +++ b/httemplate/view/cust_main/payment_history/invoice.html @@ -48,7 +48,7 @@ my $email = ($opt{'has_email_address'} && $opt{'Resend invoices'}) ? q! to customer?','!. "${p}misc/send-invoice.cgi?method=email;notice_name=Invoice;popup=1;invnum=". $cust_bill->invnum. - q!','Email Invoice Receipt')" TITLE="Send email invoice">email invoice)! + q!','Email Invoice Receipt')" TITLE="Send email invoice">email)! : ''; my $events = ''; -- 2.11.0