From 2b825364abf4b87f634c3730e79483f3b8d62edc Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 20 Nov 2025 17:02:16 +0100 Subject: [PATCH] Citycom: Checking and updating Services after creating mgmt Service --- scripts/preorder/citycom/order-mgmt-services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/preorder/citycom/order-mgmt-services.php b/scripts/preorder/citycom/order-mgmt-services.php index 0e9656b8e..3d0515fbb 100644 --- a/scripts/preorder/citycom/order-mgmt-services.php +++ b/scripts/preorder/citycom/order-mgmt-services.php @@ -50,10 +50,10 @@ foreach(PreordercampaignModel::search(["fulfillment" => "citycom_oan"]) as $camp ]; $log->info(__METHOD__.": Ordering mgmt service for preorder ".$preorder->id); - /*if(!$cc_helper->orderServices($preorder, $sublocation_id, $data)) { + if(!$cc_helper->orderServices($preorder, $sublocation_id, $data)) { $log->error(__METHOD__.": Error ordering mgmt service for preorder ".$preorder->id); continue; - }*/ + } // TODO check for new service @ citycom -> 230 $cc_services = $cc->getServices();