terminado

This commit is contained in:
2025-06-24 13:50:47 +02:00
parent 0b3574ca63
commit 94b72073e4
2 changed files with 4 additions and 3 deletions

View File

@ -131,6 +131,7 @@ class MaquinasPapelesImpresionModel extends \App\Models\BaseModel
$builder->where("t1.papel_impresion_id", $papel_id);
$builder->where("t2.is_deleted", 0);
$builder->where("t2.is_rotativa", $isRotativa);
$builder->where("t2.tipo", 'impresion');
$builder->where("t3.is_deleted", 0);
$builder->where("t3.isActivo", 1);