mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado bug que solo mostraba inkjet en los papeles
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user