From 5ba85587e96c468b9ff04b985311df42eab7afa5 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 14:53:03 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 7a939dcf..1782d809 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -357,9 +357,7 @@ function libriInPrevendita() '[In Stock = ' . $qtyinstock . ']' . $sep; if ($qtyinstock < 0) { - $myview .= '
'; - $myview .= ''; - $myview .= '
' . $sep; + $myview .= 'Imposta in PRE-ORDINE!' . $sep; } echo $myview;