diff options
author | ivan <ivan> | 2005-06-01 23:40:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-06-01 23:40:13 +0000 |
commit | 1045de52b8e6e9acc46bc9f250711929394ba1c7 (patch) | |
tree | dd805af76792de67319339165202d7c92f311e78 /httemplate/view | |
parent | 6e918c4ba54daf05f833920ff6ac648f58fa6d17 (diff) |
align terminology for consistancy. or something.
Diffstat (limited to 'httemplate/view')
-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 |