terminado guardas

This commit is contained in:
2024-02-10 17:52:41 +01:00
parent 733e1b6a26
commit 087f251c02
10 changed files with 536 additions and 67 deletions

View File

@ -296,6 +296,8 @@ class PapelImpresionModel extends \App\Models\GoBaseModel
$builder->where("t1.cubierta", 1);
else if ($uso == 'sobrecubierta')
$builder->where("t1.sobrecubierta", 1);
else if ($uso == 'guardas')
$builder->where("t1.guardas", 1);
else{
if($tipo == 'negro' || $tipo == 'negrohq')
$builder->where("t1.bn", 1);