[freeside-commits] branch master updated. 3cd31aafeee3516bbea80e4b426dd1f3282bacf6
Ivan
ivan at 420.am
Mon Jun 23 14:22:48 PDT 2014
The branch, master has been updated
via 3cd31aafeee3516bbea80e4b426dd1f3282bacf6 (commit)
from 3aa8e8b2abef2b75a4caec6e1d62ce5c966f3efe (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 3cd31aafeee3516bbea80e4b426dd1f3282bacf6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jun 23 14:22:47 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