This commit is contained in:
paoloar77
2024-06-13 14:49:48 +02:00
parent 066953c7c3
commit d102d6badd

View File

@@ -356,7 +356,7 @@ function libriInPrevendita()
'[Qta = <span style="">' . $article->QtaDisponibile . '</span>]' . $sep .
'[In Stock = <span style="color:' . $colore . '; font-weight: bold;">' . $qtyinstock . '</span>]' . $sep;
if ($qtyinstock > 0) {
if ($qtyinstock < 0) {
$myview .= '<a href="' . $article->permalink . '/apimacro/public/aggiornapreorder/' . $article->IdArticolo . '/1" target="_blank">Imposta in PRE-ORDINE!</a>' . $sep;
}