[freeside-commits] branch FREESIDE_3_BRANCH updated. bbdb9bc8f7fe69bb9b4fe4445f65479ef77f144e
Ivan
ivan at 420.am
Thu Jan 28 10:25:23 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via bbdb9bc8f7fe69bb9b4fe4445f65479ef77f144e (commit)
from cc0b50aa2d0952e3fe06c9a44c6637ad2fcb5588 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bbdb9bc8f7fe69bb9b4fe4445f65479ef77f144e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 28 10:25:22 2016 -0800
fix label: s/email invoice/email/. we already know its an invoice
diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html
index ea20c20..79c904a 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 = '';
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_main/payment_history/invoice.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list