aa
This commit is contained in:
@@ -1467,7 +1467,7 @@ function setProductFromGM($article, $initlog, ProductLogger &$passproductLogger)
|
||||
$inprevendita = isArticleInPrevendita($article->IdArticolo, true);
|
||||
if ($inprevendita) {
|
||||
setPreOrder($article->IdArticolo, "1", false);
|
||||
$productLogger->addLog('pre_order', ' SEtTATO IN PREVENDITA ! <br>');
|
||||
$productLogger->addLog('pre_order', $article->titolo . ' [' . $article->IdArticolo . '] Impostato IN PREVENDITA !' . "\n");
|
||||
}
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user