[freeside-commits] branch master updated. 68dc4147208b554d3442bd463ca6d1c576af880d

Ivan ivan at 420.am
Wed Feb 11 13:57:07 PST 2015


The branch, master has been updated
       via  68dc4147208b554d3442bd463ca6d1c576af880d (commit)
      from  81bad22dc70a9277331d2d15ff25810f615c4a92 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 68dc4147208b554d3442bd463ca6d1c576af880d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 11 13:57:04 2015 -0800

    correct table in error message, RT#23741

diff --git a/httemplate/view/cust_main/cust_payby.html b/httemplate/view/cust_main/cust_payby.html
index 3ebb055..90ce96e 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>
 %     }

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/cust_payby.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list