[freeside-commits] freeside/FS/FS/part_export ikano.pm,1.1,1.2

Erik Levinson levinse at wavetail.420.am
Wed Nov 24 18:44:14 PST 2010


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

Modified Files:
	ikano.pm 
Log Message:
unhack stuff from the last commit, RT7111


Index: ikano.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/ikano.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- ikano.pm	25 Nov 2010 01:46:33 -0000	1.1
+++ ikano.pm	25 Nov 2010 02:44:11 -0000	1.2
@@ -37,7 +37,7 @@
 }
 
 sub status_line {
-    my($svc_dsl,$date_format,$separator) = (shift,shift,shift);
+    my($self,$svc_dsl,$date_format,$separator) = (shift,shift,shift,shift);
     my %orderTypes = ( 'N' => 'New', 'X' => 'Cancel', 'C' => 'Change' );
     my %orderStatus = ( 'N' => 'New', 'P' => 'Pending', 'X' => 'Cancelled',
 			'C' => 'Completed', 'E' => 'Error' );



More information about the freeside-commits mailing list