diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-01-28 10:25:22 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-01-28 10:25:22 -0800 |
commit | bbdb9bc8f7fe69bb9b4fe4445f65479ef77f144e (patch) | |
tree | 02020af5eee2bc5db7336eca3c77c0d4759ef2f0 | |
parent | cc0b50aa2d0952e3fe06c9a44c6637ad2fcb5588 (diff) |
fix label: s/email invoice/email/. we already know its an invoice
-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 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</A>)! + q!','Email Invoice Receipt')" TITLE="Send email invoice">email</A>)! : ''; my $events = ''; |