[freeside-commits] branch FREESIDE_3_BRANCH updated. 7d49cde5f52872471f9281ed2459fbf3f8453172

Ivan ivan at 420.am
Wed Jan 29 16:50:42 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  7d49cde5f52872471f9281ed2459fbf3f8453172 (commit)
      from  cc31c0b9d0af6ef6986a0349ae083ca29820eeac (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 7d49cde5f52872471f9281ed2459fbf3f8453172
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 29 16:50:41 2014 -0800

    fix for data in latest cch update, RT#26740

diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm
index c54f5a6..e557682 100644
--- a/FS/FS/tax_rate.pm
+++ b/FS/FS/tax_rate.pm
@@ -229,7 +229,7 @@ sub check {
     || $self->ut_floatn('excessfee')
     || $self->ut_floatn('feemax')
     || $self->ut_numbern('maxtype')
-    || $self->ut_cch_textn('taxname')
+    || $self->ut_textn('taxname')
     || $self->ut_numbern('taxauth')
     || $self->ut_numbern('basetype')
     || $self->ut_numbern('passtype')

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

Summary of changes:
 FS/FS/tax_rate.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list