arreglado bug que solo mostraba inkjet en los papeles

This commit is contained in:
2024-01-09 09:05:39 +01:00
parent 28e6d21dfc
commit d7e86ec7d0
2 changed files with 3 additions and 3 deletions

View File

@ -261,7 +261,7 @@ class MaquinaModel extends \App\Models\GoBaseModel
"'" . $papel_impresion_id . "'" . " as papel_impresion_id, t1.id AS maquina_id, '0' as active"
);
$builder->where("t1.is_rotativa", $rotativa);
$builder->where("t1.is_inkjet", $inkjet);
//$builder->where("t1.is_inkjet", $inkjet);
return $builder;
}