view maquinista

This commit is contained in:
amazuecos
2025-04-25 13:20:35 +02:00
parent 4379a9d23b
commit dafdf68c41
7 changed files with 23 additions and 21 deletions

View File

@ -1724,7 +1724,7 @@ class ProductionService extends BaseService
->orWhere('orden_trabajo_tareas.maquina_id', $maquina_id)
->orWhere('presupuesto_linea.maquina_id', $maquina_id)
->groupEnd()
->where('pedidos.fecha_impresion IS NOT NULL', null, false)
// ->where('pedidos.fecha_impresion IS NOT NULL', null, false)
->where("orden_trabajo_tareas.deleted_at", null)
->where("tarea_progress.estado", 'P')
->orderBy("pedidos.fecha_impresion", "ASC")