From 9641943abdcb5289c6f79e4b3a21602c46e9734b Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 14:54:40 +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 1782d809..127fa456 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -357,7 +357,7 @@ function libriInPrevendita() '[In Stock = ' . $qtyinstock . ']' . $sep; if ($qtyinstock < 0) { - $myview .= 'Imposta in PRE-ORDINE!' . $sep; + $myview .= 'Imposta in PRE-ORDINE!' . $sep; } echo $myview;