summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-01-28 10:25:22 -0800
committerIvan Kohler <ivan@freeside.biz>2016-01-28 10:25:22 -0800
commitbbdb9bc8f7fe69bb9b4fe4445f65479ef77f144e (patch)
tree02020af5eee2bc5db7336eca3c77c0d4759ef2f0
parentcc0b50aa2d0952e3fe06c9a44c6637ad2fcb5588 (diff)
fix label: s/email invoice/email/. we already know its an invoice
-rw-r--r--httemplate/view/cust_main/payment_history/invoice.html2
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&nbsp;invoice</A>)!
+ q!','Email Invoice Receipt')" TITLE="Send email invoice">email</A>)!
: '';
my $events = '';