[freeside-commits] branch FREESIDE_3_BRANCH updated. 829793a9f5e8628a1b51e84b8fc03c2f54e118e7

Jeremy Davis jeremyd at 420.am
Wed Aug 26 12:19:28 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  829793a9f5e8628a1b51e84b8fc03c2f54e118e7 (commit)
      from  af6c7cfb1670812193223561fa3cfe7e6ba53acc (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 829793a9f5e8628a1b51e84b8fc03c2f54e118e7
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Wed Aug 26 15:18:56 2015 -0400

    Ticket #37472 Import calls with Internal ID 50

diff --git a/FS/FS/cdr/aapt.pm b/FS/FS/cdr/aapt.pm
index 600a192..3c49643 100644
--- a/FS/FS/cdr/aapt.pm
+++ b/FS/FS/cdr/aapt.pm
@@ -77,7 +77,7 @@ my %UNIT_SCALE = ( #Table 2.1.4
     'calltypenum',          # usage ID (CUSG)
     sub {                   # ID type
       my ($cdr, $data, $conf, $param) = @_;
-      if ($data != 1) {
+      if ($data !~ /(1|50)/) {
         warn "AAPT: service ID type is not telephone number.\n";
         $param->{skiprow} = 1;
       }

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

Summary of changes:
 FS/FS/cdr/aapt.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list