summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-10-29 10:52:23 -0700
committerIvan Kohler <ivan@freeside.biz>2015-10-29 10:52:23 -0700
commit20729c347f88e5380b9309ad3f7dd452970b5c3a (patch)
treefbd6296f1c737c519f1d69d3844b0d25e16942fe
parent1598480a192e9a056834d636fbd7de7ae00dead6 (diff)
parent31dfca5cd65c92b9dce0af6d41db394b17ac0bf4 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
-rw-r--r--httemplate/view/cust_main/payment_history/invoice.html4
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 058da5463..613936e00 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&nbsp;receipt</A>)!
+ q!','Email Invoice Receipt')" TITLE="Send email invoice">email&nbsp;invoice</A>)!
: '';
my $events = '';