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