diff options
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 2ca7ba959..38c57ec18 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -26,7 +26,7 @@ my $link = $templatename ? "$templatename-$invnum" : $invnum; <A HREF="<%= $p %>edit/cust_pay.cgi?<%= $invnum %>">Enter payments (check/cash) against this invoice</A> | <% } %> -<A HREF="<%= $p %>misc/print-invoice.cgi?<%= $link %>">Reprint this invoice</A> +<A HREF="<%= $p %>misc/print-invoice.cgi?<%= $link %>">Re-print this invoice</A> <% if ( grep { $_ ne 'POST' } $cust_bill->cust_main->invoicing_list ) { %> | <A HREF="<%= $p %>misc/email-invoice.cgi?<%= $link %>">Re-email |