summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/ikano.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/ikano.pm b/FS/FS/part_export/ikano.pm
index ac1e578..fe645e4 100644
--- a/FS/FS/part_export/ikano.pm
+++ b/FS/FS/part_export/ikano.pm
@@ -650,6 +650,7 @@ sub export_expire {
$svc_dsl->last_pull((time)+1);
$svc_dsl->vendor_order_id($result->{'OrderId'});
$svc_dsl->vendor_order_status($result->{'Status'});
+ $svc_dsl->monitored('Y');
local $FS::svc_Common::noexport_hack = 1;
$result = $svc_dsl->replace;
return "Error setting DSL fields: $result" if $result;