fix label: s/email invoice/email/. we already know its an invoice
authorIvan Kohler <ivan@freeside.biz>
Thu, 28 Jan 2016 18:25:22 +0000 (10:25 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 28 Jan 2016 18:25:22 +0000 (10:25 -0800)
httemplate/view/cust_main/payment_history/invoice.html

index ea20c20..79c904a 100644 (file)
@@ -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&nbsp;invoice</A>)!
+  q!','Email Invoice Receipt')" TITLE="Send email invoice">email</A>)!
   : '';
 
 my $events = '';