From bffa4ce00d840359da4c4e001aeb9a05bcfab780 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Tue, 18 Jun 2024 09:31:18 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 0dd61692..a94fd411 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -173,7 +173,7 @@ function setPreOrder($sku, $aggiornapreordine, $debug) updateValueByKey($data['meta_data'], '_wpro_label_variable', 'Pre Ordinalo!'); updateValueByKey($data['meta_data'], '_wpro_price_type_variable', 'manual'); updateValueByKey($data['meta_data'], '_wpro_amount_price_variable', 'fixed'); - updateValueByKey($data['meta_data'], '_wpro_date_variable', ''); + updateValueByKey($data['meta_data'], '_wpro_date_variable', $datenow); updateValueByKey($data['meta_data'], '_wpro_time_variable', ''); updateValueByKey($data['meta_data'], '_rank_math_gtin_code', ''); }