PreorderBilling: activation_billing now also works for operator_setup

This commit is contained in:
Frank Schubert
2025-07-07 14:23:00 +02:00
parent 8524a5ec93
commit d3602100a0

View File

@@ -450,8 +450,8 @@ class PreorderBillingController extends mfBaseController {
if(!$change_to_active) {
$status_change_date = $status_244_change_date;
}
if($status_change_date < $earliest_bill_date) {
if($status_change_date < $earliest_bill_date && !$preorder->activation_billing) {
$this->log->debug(__METHOD__.": Not billing operator_setup for preorder ".$preorder->id." because status change date ".$status_change_date->format("Y-m-d")." is before earliest_bill_date ".$earliest_bill_date->format("Y-m-d"));
return true;
}