diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-01-28 10:25:19 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-01-28 10:25:19 -0800 |
commit | 0cb1b7d0916777dacdfd7c7f905e0bca03a5dfd9 (patch) | |
tree | 87f47aea5279b0efc31da022c93971e91f7353aa /httemplate/view/cust_main/payment_history | |
parent | 8cd070f86844d4adc5be1e2d8f40ec2b3ede14e1 (diff) |
fix label: s/email invoice/email/. we already know its an invoice
Diffstat (limited to 'httemplate/view/cust_main/payment_history')
-rw-r--r-- | httemplate/view/cust_main/payment_history/invoice.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html index 613936e00..3a84b9e0e 100644 --- a/httemplate/view/cust_main/payment_history/invoice.html +++ b/httemplate/view/cust_main/payment_history/invoice.html @@ -40,7 +40,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</A>)! + q!','Email Invoice Receipt')" TITLE="Send email invoice">email</A>)! : ''; my $events = ''; |