[freeside-commits] branch FREESIDE_3_BRANCH updated. d9fa8a0de78a94df5f7c92b7d51e128550710ab0

Ivan ivan at 420.am
Mon Jun 23 14:22:50 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  d9fa8a0de78a94df5f7c92b7d51e128550710ab0 (commit)
      from  a1e109664e34feb4e8dd10a771d26f01743140ee (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 d9fa8a0de78a94df5f7c92b7d51e128550710ab0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 23 14:22:49 2014 -0700

    fix freesidestatus setting in IVR import, RT#29055

diff --git a/FS/FS/cdr/Import.pm b/FS/FS/cdr/Import.pm
index e13c682..7a37758 100644
--- a/FS/FS/cdr/Import.pm
+++ b/FS/FS/cdr/Import.pm
@@ -120,7 +120,7 @@ sub dbi_import {
       my $updated = $dbi->do(
         "UPDATE $table SET freesidestatus = 'done' WHERE $pkey = ?",
         undef,
-        $row->{'$pkey'}
+        $row->{$pkey}
       );
       #$updates += $updated;
       die "failed to set status: ".$dbi->errstr."\n" unless $updated;

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

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




More information about the freeside-commits mailing list