mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix papel impresion plana filter
This commit is contained in:
@ -1146,8 +1146,7 @@ class ProductionService extends BaseService
|
||||
->join("lg_papel_impresion", "presupuesto_linea.papel_impresion_id = lg_papel_impresion.id", "left")
|
||||
->join("lg_papel_formato", "lg_papel_formato.id = presupuestos.papel_formato_id", "left")
|
||||
->where("orden_trabajo_tareas.deleted_at", null)
|
||||
->where("orden_trabajo_tareas.presupuesto_linea_
|
||||
id IS NOT NULL", NULL, FALSE)
|
||||
->where("orden_trabajo_tareas.presupuesto_linea_id IS NOT NULL", NULL, FALSE)
|
||||
->whereIn("presupuesto_linea.tipo", $this->TIPOS_PLANA)
|
||||
->groupBy('lg_papel_impresion.id');
|
||||
if ($q) {
|
||||
@ -1617,7 +1616,8 @@ class ProductionService extends BaseService
|
||||
}
|
||||
return $this->isCorte;
|
||||
}
|
||||
public function getFileBarCode(){
|
||||
public function getFileBarCode()
|
||||
{
|
||||
return $this->ot->getBarCodeFile();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user