This commit is contained in:
paoloar77
2024-12-08 16:43:17 +01:00
parent 3bd805b383
commit d428266f37

View File

@@ -109,7 +109,7 @@ class ArticleController extends Controller
'A.Ean13' 'A.Ean13'
) )
->orderBy('O.DataOra', 'desc') ->orderBy('O.DataOra', 'desc')
->where('IdArticolo', '>', $idArticolo) ->where('IdArticolo', '=', $idArticolo)
->get(); ->get();
} catch (\Exception $e) { } catch (\Exception $e) {