[freeside-commits] branch master updated. 31dfca5cd65c92b9dce0af6d41db394b17ac0bf4

Jonathan Prykop jonathan at 420.am
Wed Oct 28 20:12:45 PDT 2015


The branch, master has been updated
       via  31dfca5cd65c92b9dce0af6d41db394b17ac0bf4 (commit)
      from  96b046470a55b011ad7a6610f36f2bd68504de6f (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 31dfca5cd65c92b9dce0af6d41db394b17ac0bf4
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Wed Oct 28 22:12:48 2015 -0500

    RT#38533: One click re-send refund,payment receipt, invoice [changed link text]

diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html
index 058da54..613936e 100644
--- a/httemplate/view/cust_main/payment_history/invoice.html
+++ b/httemplate/view/cust_main/payment_history/invoice.html
@@ -35,12 +35,12 @@ if ( $cust_bill->closed !~ /^Y/i && $opt{'Void invoices'} ) {
 }
 
 my $email = ($opt{'has_email_address'} && $opt{'Resend invoices'}) ? 
-  q! (<A HREF="javascript:void(0)" ONCLICK="areyousure_popup('Send email receipt for invoice #!.
+  q! (<A HREF="javascript:void(0)" ONCLICK="areyousure_popup('Send email copy of invoice #!.
   $cust_bill->invnum.
   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 receipt">email receipt</A>)!
+  q!','Email Invoice Receipt')" TITLE="Send email invoice">email invoice</A>)!
   : '';
 
 my $events = '';

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/payment_history/invoice.html |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list