citycom oan: Fixed setting billing_date on CC service create and update

This commit is contained in:
Frank Schubert
2026-02-12 14:45:27 +01:00
parent 3f67d28a53
commit ec30f47816
3 changed files with 13 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ foreach(PreordercampaignModel::search(["fulfillment" => "citycom_oan"]) as $camp
"down" => 100,
"up" => 100,
"product_name" => "Estmk Greenstream OAN Default",
"execution_date" => false,
"execution_date" => (new DateTime("+1 month"))->format("Y-m-d"),
"company" => $preorder->company,
"firstname" => $preorder->firstname,
"lastname" => $preorder->lastname,