diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-28 22:12:48 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-28 23:22:37 -0500 |
commit | 338b3a1cc10549a57a491af5dc4ff85686b916d2 (patch) | |
tree | 0b41a70b12845e5dea3c1d6e2d2f869746f5d681 | |
parent | d793ab5b5050e29654183b6d0a645f934bb87df0 (diff) |
RT#38533: One click re-send refund,payment receipt, invoice [changed link text]
-rw-r--r-- | httemplate/view/cust_main/payment_history/invoice.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html index 925b8b473..ea20c2003 100644 --- a/httemplate/view/cust_main/payment_history/invoice.html +++ b/httemplate/view/cust_main/payment_history/invoice.html @@ -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 receipt</A>)! + q!','Email Invoice Receipt')" TITLE="Send email invoice">email invoice</A>)! : ''; my $events = ''; |