diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/ikano.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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' ); |