funcion/pedido-ollas #47

Merged
rho merged 92 commits from funcion/pedido-ollas into master 2025-07-15 11:27:30 -03:00
Showing only changes of commit e521b4521f - Show all commits

View file

@ -295,9 +295,6 @@ class GrupoDeCompra extends Model
public static function barriosMenosPruebaConPedidosAprobados(): Builder
{
return self::where('nombre', '<>', 'PRUEBA')
->whereHas('subpedidos', function ($query) {
$query->where('aprobado', true);
})
->orderBy('region')
->orderBy('nombre');
}