Merge branch 'fronkdev' into 'master'

Removed some debugging in CpeprovisioningController

See merge request fronk/thetool!943
This commit is contained in:
Frank Schubert
2025-01-23 13:20:01 +00:00

View File

@@ -48,7 +48,7 @@ class CpeprovisioningController extends mfBaseController
// show at most 4 weeks before finish_after date
//$after_ts = Layout::dateToInt($order->finish_after);
if ($order->finish_after > date("U") + (31 * 86400)) {
$this->log->debug("Before 4 weeks before finish_after oid " . $order->id);
//$this->log->debug("Before 4 weeks before finish_after oid " . $order->id);
continue;
}
}
@@ -87,12 +87,12 @@ class CpeprovisioningController extends mfBaseController
}
} else {
$this->log->debug("no bras_type oid " . $order->id);
//$this->log->debug("no bras_type oid " . $order->id);
continue;
}
} else {
// ignore products without attributes
$this->log->debug("no attributes oid " . $order->id);
//$this->log->debug("no attributes oid " . $order->id);
continue;
}