summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-11 13:57:04 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-11 13:57:04 -0800
commit68dc4147208b554d3442bd463ca6d1c576af880d (patch)
tree20f4ac907a83dcb4786d08a27e957a2e25c4e2c7 /httemplate
parent81bad22dc70a9277331d2d15ff25810f615c4a92 (diff)
correct table in error message, RT#23741
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/cust_payby.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/cust_payby.html b/httemplate/view/cust_main/cust_payby.html
index 3ebb0551d..90ce96e8a 100644
--- a/httemplate/view/cust_main/cust_payby.html
+++ b/httemplate/view/cust_main/cust_payby.html
@@ -99,7 +99,7 @@
% } else {
<TR>
<TD COLSPAN="2"><FONT COLOR="#FF0000">
- Unknown cust_pay.payby <% $cust_payby->payby %>
+ Unknown cust_payby.payby <% $cust_payby->payby %>
</FONT></TD>
</TR>
% }