[freeside-commits] branch master updated. 0cb1b7d0916777dacdfd7c7f905e0bca03a5dfd9
Ivan
ivan at 420.am
Thu Jan 28 10:25:20 PST 2016
The branch, master has been updated
via 0cb1b7d0916777dacdfd7c7f905e0bca03a5dfd9 (commit)
from 8cd070f86844d4adc5be1e2d8f40ec2b3ede14e1 (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 0cb1b7d0916777dacdfd7c7f905e0bca03a5dfd9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 28 10:25:19 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 613936e..3a84b9e 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 = '';
-----------------------------------------------------------------------
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