aa
This commit is contained in:
@@ -34,7 +34,7 @@ class ArticleController extends Controller
|
||||
'f.DescrizioneStatoProdotto',
|
||||
'i.DescrizioneTipologia',
|
||||
'n.DescrizioneFormato',
|
||||
DB::raw('COALESCE(o.TotaleVenduto, 0) as totaleVenduti'))
|
||||
DB::raw('COALESCE(o.totaleVenduti, 0) as totaleVenduti'))
|
||||
->where('DescrizioneStatoProdotto','In commercio')
|
||||
->where('DescrizioneTipologia','Libri')
|
||||
->orderBy('DataOra', 'desc')
|
||||
|
||||
Reference in New Issue
Block a user