From 338b3a1cc10549a57a491af5dc4ff85686b916d2 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Wed, 28 Oct 2015 22:12:48 -0500 Subject: [PATCH] RT#38533: One click re-send refund,payment receipt, invoice [changed link text] --- httemplate/view/cust_main/payment_history/invoice.html | 4 ++-- 1 file 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! (invnum. - q!','Email Invoice Receipt')" TITLE="Send email receipt">email receipt)! + q!','Email Invoice Receipt')" TITLE="Send email invoice">email invoice)! : ''; my $events = ''; -- 2.11.0