[freeside-commits] branch FREESIDE_4_BRANCH updated. 068929409aaf39df3f979bb656f0026ecc105d07

Jeremy Davis jeremyd at 420.am
Wed Aug 26 12:18:02 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  068929409aaf39df3f979bb656f0026ecc105d07 (commit)
      from  d411726f4af13e1abf80c3c355827c1012e3004f (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 068929409aaf39df3f979bb656f0026ecc105d07
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Wed Aug 26 15:17:55 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