From: levinse Date: Thu, 9 Dec 2010 20:27:27 +0000 (+0000) Subject: Ikano - when we become a CANCELORDER, we need to become monitored, RT7111 X-Git-Tag: TORRUS_1_0_9~26 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6568e7bb436d6ac4ae2ec984446e8fc4a999f0af;hp=57fecbd959fd5d72b20105161b7e3df94cbedd03 Ikano - when we become a CANCELORDER, we need to become monitored, RT7111 --- diff --git a/FS/FS/part_export/ikano.pm b/FS/FS/part_export/ikano.pm index ac1e5785a..fe645e479 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;