From 6f980ae5697a6e0cd5459bae448020b498c85bd2 Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 25 Nov 2010 02:44:12 +0000 Subject: unhack stuff from the last commit, RT7111 --- FS/FS/part_export/ikano.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/part_export/ikano.pm b/FS/FS/part_export/ikano.pm index c44db64d1..b14f3a4d6 100644 --- a/FS/FS/part_export/ikano.pm +++ b/FS/FS/part_export/ikano.pm @@ -37,7 +37,7 @@ sub dsl_pull { } 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' ); -- cgit v1.2.1