AGG
This commit is contained in:
@@ -1385,11 +1385,10 @@ function updateArticoloFromGM($idarticolo) {
|
||||
->orderBy('dataOra', 'desc')
|
||||
->get();
|
||||
|
||||
foreach ($articles as $article) {
|
||||
setProductFromGM($article, false, $productLogger);
|
||||
}
|
||||
|
||||
$productLogger->setLogandSendEmail();
|
||||
foreach ($articles as $article) {
|
||||
// setProductFromGM($article, false, $productLogger);
|
||||
}
|
||||
|
||||
return $productLogger->concatenateLogs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user