RT#38533: One click re-send refund,payment receipt, invoice [changed link text]
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 29 Oct 2015 03:12:48 +0000 (22:12 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 29 Oct 2015 04:22:37 +0000 (23:22 -0500)
httemplate/view/cust_main/payment_history/invoice.html

index 925b8b4..ea20c20 100644 (file)
@@ -43,12 +43,12 @@ $delete = areyousure_link("${p}misc/delete-cust_bill.html?$invnum",
     if ( $opt{'deleteinvoices'} && $opt{'Delete 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&nbsp;receipt</A>)!
+  q!','Email Invoice Receipt')" TITLE="Send email invoice">email&nbsp;invoice</A>)!
   : '';
 
 my $events = '';