aggiornamento qta
This commit is contained in:
@@ -1044,7 +1044,7 @@ class ProductUpdateGm extends Command
|
||||
|
||||
if ($preorder) {
|
||||
// Controlla se è in preordine
|
||||
$inprevendita = isArticleInPrevendita($article->IdArticolo);
|
||||
$inprevendita = isArticleInPrevendita($article->IdArticolo, true);
|
||||
if ($inprevendita) {
|
||||
setPreOrder($article->IdArticolo, true, false);
|
||||
$log4 .= ' SEtTATO IN PREVENDITA ! <br>';
|
||||
|
||||
Reference in New Issue
Block a user