[freeside-commits] freeside/FS/FS phone_avail.pm,1.10,1.11
Erik Levinson
levinse at wavetail.420.am
Sat Jan 15 21:44:16 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv23788/FS/FS
Modified Files:
phone_avail.pm
Log Message:
DID import enhancements, RT11219
Index: phone_avail.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/phone_avail.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- phone_avail.pm 11 Jan 2011 15:49:11 -0000 1.10
+++ phone_avail.pm 16 Jan 2011 05:44:14 -0000 1.11
@@ -188,7 +188,7 @@
my $opt = { 'table' => 'phone_avail',
'params' => [ 'availbatch', 'exportnum', 'countrycode' ],
- 'formats' => { 'default' => [ 'state', $numsub ] },
+ 'formats' => { 'default' => [ 'state', $numsub, 'name' ], },
};
FS::Record::process_batch_import( $job, $opt, @_ );
More information about the freeside-commits
mailing list