[freeside-commits] branch master updated. ca501bda179434c87d9150780a80d3d64b68e358

Jeremy Davis jeremyd at 420.am
Wed Aug 26 12:17:30 PDT 2015


The branch, master has been updated
       via  ca501bda179434c87d9150780a80d3d64b68e358 (commit)
      from  dd0de30cf562e4e31359a9d9108fec974ecb4299 (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 ca501bda179434c87d9150780a80d3d64b68e358
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Wed Aug 26 15:17:02 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