diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index efef7da0..e75c2df5 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -323,7 +323,7 @@ function libriInPrevendita() ->where('DescrizioneStatoProdotto', 'In prevendita') ->where(DB::raw('CONVERT(INT, QtaDisponibile)'), '<', 0) ->where('DescrizioneFormato', 'brossura') - ->where('DescrizioneTipologia', 'Libri') + // ->where('DescrizioneTipologia', 'Libri') ->orderBy('DataPubblicazione', 'desc') ->get(); $sep = ' | ';