Ikano - when we become a CANCELORDER, we need to become monitored, RT7111
authorlevinse <levinse>
Thu, 9 Dec 2010 20:27:27 +0000 (20:27 +0000)
committerlevinse <levinse>
Thu, 9 Dec 2010 20:27:27 +0000 (20:27 +0000)
FS/FS/part_export/ikano.pm

index ac1e578..fe645e4 100644 (file)
@@ -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;