citycom oan: Fixed setting billing_date on CC service create and update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user