añadido tick a papeles interior. ese tick se usa en la busqueda

This commit is contained in:
2024-11-25 18:49:46 +01:00
parent 108af267e7
commit fd0989f764
8 changed files with 62 additions and 14 deletions

View File

@ -383,6 +383,7 @@ class PapelGenericoModel extends \App\Models\BaseModel
$builder->where("t2.cubierta", 1);
$builder->where("t5.uso", 'cubierta');
} else {
$builder->where("t2.interior", 1);
$builder->where("t5.uso", 'interior');
if ($tipo == 'negro' || $tipo == 'negrohq')
$builder->where("t2.bn", 1);