[freeside-commits] freeside/FS/FS phone_avail.pm,1.4.8.6,1.4.8.7

Erik Levinson levinse at wavetail.420.am
Sat Jan 15 21:44:17 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv23808/FS/FS

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.4.8.6
retrieving revision 1.4.8.7
diff -u -w -d -r1.4.8.6 -r1.4.8.7
--- phone_avail.pm	11 Jan 2011 15:49:12 -0000	1.4.8.6
+++ phone_avail.pm	16 Jan 2011 05:44:15 -0000	1.4.8.7
@@ -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