From 94e8da2f891ab003e9a0818475af2d492c68dbd2 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Tue, 18 Jun 2024 10:04:24 +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 08b54460..a4c5d4b5 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -166,7 +166,7 @@ function setPreOrder($sku, $aggiornapreordine, $debug) $datepubbl = DateTime::createFromFormat('Y-m-d H:i:s.u', $article->DataPubblicazione); $datepubblstr = $datepubbl->format('Y-m-d'); - $datepubbllabel = formatDateToItalian($datepubbl); + $datepubbllabel = formatDateToItalian($article->DataPubblicazione); $label_prenotalo_con_data = 'Prenotalo per riceverlo entro il ' . $datepubbllabel;