This commit is contained in:
paoloar77
2024-06-17 15:38:36 +02:00
parent 5514de2f82
commit 60ec6d512e
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ class ProductUpdateQta extends Command
$log .= ' *** ' . $stock->Codice . ' ' . $titolo . ' QTA=' . $stock->QtaDisponibile . "\n";
if ($inprevendita_qtaneg && ($qtyinstock != QTA_IN_PREVENDITA)) {
setPreOrder($stock->Codice, true, false);
setPreOrder($stock->Codice, "1", false);
$log .= ' SEtTATO IN PREVENDITA ! <br>';
}