corregido el añadir cuando no es multienvio y select añadir lineas

This commit is contained in:
2025-04-24 18:40:10 +02:00
parent 4fd242d4d2
commit a1fd7075d6
2 changed files with 22 additions and 11 deletions

View File

@ -104,8 +104,8 @@ class LogisticaController extends BaseController
$query = LogisticaService::findLineaEnvioPorEnvio($this->request->getGet('envio'));
if ($this->request->getGet("q")) {
$query->groupStart()
->orLike("p.id", $this->request->getGet("q"))
->orLike("pr.titulo", $this->request->getGet("q"))
->orLike("id", $this->request->getGet("q"))
->orLike("name", $this->request->getGet("q"))
->groupEnd();
}