agg
This commit is contained in:
@@ -1360,7 +1360,7 @@ function setProductFromGM($article, $initlog, ProductLogger &$passproductLogger)
|
||||
// Controlla se è in preordine
|
||||
$inprevendita = isArticleInPrevendita($article->IdArticolo, true);
|
||||
if ($inprevendita) {
|
||||
setPreOrder($article->IdArticolo, true, false);
|
||||
setPreOrder($article->IdArticolo, "1", false);
|
||||
$productLogger->addLog('pre_order', ' SEtTATO IN PREVENDITA ! <br>');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user