[freeside-commits] freeside/FS/FS cust_bill_pkg.pm,1.56,1.56.2.1

Erik Levinson levinse at wavetail.420.am
Tue Jul 26 16:48:05 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	cust_bill_pkg.pm 
Log Message:
accountcode billing, RT12181

Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.56
retrieving revision 1.56.2.1
diff -u -w -d -r1.56 -r1.56.2.1
--- cust_bill_pkg.pm	12 Jul 2011 22:58:41 -0000	1.56
+++ cust_bill_pkg.pm	26 Jul 2011 23:48:03 -0000	1.56.2.1
@@ -154,8 +154,9 @@
         'classnum'   => (ref($detail) ? $detail->[3] : '' ),
         'phonenum'   => (ref($detail) ? $detail->[4] : '' ),
         'accountcode' => (ref($detail) ? $detail->[5] : '' ),
-        'duration'   => (ref($detail) ? $detail->[6] : '' ),
-        'regionname' => (ref($detail) ? $detail->[7] : '' ),
+        'startdate'  => (ref($detail) ? $detail->[6] : '' ),
+        'duration'   => (ref($detail) ? $detail->[7] : '' ),
+        'regionname' => (ref($detail) ? $detail->[8] : '' ),
       };
       $error = $cust_bill_pkg_detail->insert;
       if ( $error ) {



More information about the freeside-commits mailing list