summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_pay.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_pay.html')
-rw-r--r--httemplate/view/cust_pay.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html
index cdce2ca92..0fb514aa3 100644
--- a/httemplate/view/cust_pay.html
+++ b/httemplate/view/cust_pay.html
@@ -47,7 +47,7 @@
<% ntable("#cccccc", 2) %>
<TR>
- <TD ALIGN="right"><% mt('Payment') |h %>#</TD>
+ <TD ALIGN="right"><% mt('Payment #') |h %></TD>
<TD BGCOLOR="#FFFFFF"><B><% $cust_pay->paynum %></B></TD>
</TR>
@@ -86,13 +86,13 @@
</TR>
<TR>
- <TD ALIGN="right"><% mt('Authorization') |h %>#</TD>
+ <TD ALIGN="right"><% mt('Authorization #') |h %></TD>
<TD BGCOLOR="#FFFFFF"><B><% $cust_pay->authorization %></B></TD>
</TR>
% if ( $cust_pay->order_number ) {
<TR>
- <TD ALIGN="right"><% mt('Order') |h %>#</TD>
+ <TD ALIGN="right"><% mt('Order #') |h %></TD>
<TD BGCOLOR="#FFFFFF"><B><% $cust_pay->order_number %></B></TD>
</TR>
% }