diff --git a/ci4/app/Services/ProductionService.php b/ci4/app/Services/ProductionService.php index b929816b..37f7503e 100755 --- a/ci4/app/Services/ProductionService.php +++ b/ci4/app/Services/ProductionService.php @@ -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") diff --git a/ci4/app/Views/themes/vuexy/components/cards/tarea_card_actions.php b/ci4/app/Views/themes/vuexy/components/cards/tarea_card_actions.php index 8d4fd21b..f29ca2f5 100644 --- a/ci4/app/Views/themes/vuexy/components/cards/tarea_card_actions.php +++ b/ci4/app/Views/themes/vuexy/components/cards/tarea_card_actions.php @@ -1,7 +1,6 @@