aa
This commit is contained in:
@@ -257,7 +257,6 @@ function loadArticleByIdArticle($sku, $checkprevendita = true)
|
|||||||
$join->on('T_WEB_Articoli.IdArticolo', '=', 'q.Codice')
|
$join->on('T_WEB_Articoli.IdArticolo', '=', 'q.Codice')
|
||||||
->where('T_WEB_Articoli.IdArticolo', $sku);
|
->where('T_WEB_Articoli.IdArticolo', $sku);
|
||||||
})
|
})
|
||||||
->where('T_WEB_Articoli.IdArticolo', $sku)
|
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
if ($articles && $checkprevendita) {
|
if ($articles && $checkprevendita) {
|
||||||
@@ -270,8 +269,7 @@ function loadArticleByIdArticle($sku, $checkprevendita = true)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return dd($articles);
|
||||||
return $articles;
|
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
// log exception
|
// log exception
|
||||||
error_log($e->getMessage());
|
error_log($e->getMessage());
|
||||||
|
|||||||
Reference in New Issue
Block a user