summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/ikano.pm
diff options
context:
space:
mode:
authorlevinse <levinse>2010-11-25 02:44:12 +0000
committerlevinse <levinse>2010-11-25 02:44:12 +0000
commit6f980ae5697a6e0cd5459bae448020b498c85bd2 (patch)
tree8f8b02147f59e477a41b4cd152bbe52b7da50a83 /FS/FS/part_export/ikano.pm
parent3e1479b5456817038a95f6ed59b82d2d8332245d (diff)
unhack stuff from the last commit, RT7111
Diffstat (limited to 'FS/FS/part_export/ikano.pm')
-rw-r--r--FS/FS/part_export/ikano.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/ikano.pm b/FS/FS/part_export/ikano.pm
index c44db64..b14f3a4 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' );