|
@@ -16,7 +16,7 @@ class ObraRubroController extends AuthController {
|
|
$idObra=trim($this->req->get("idObra",""));
|
|
$idObra=trim($this->req->get("idObra",""));
|
|
|
|
|
|
$query = $this->queryInicial;
|
|
$query = $this->queryInicial;
|
|
-
|
|
|
|
|
|
+ $query->joinWith("conceptoObra");
|
|
if ($id !== "") {
|
|
if ($id !== "") {
|
|
$query->andWhere(["id" => $id]);
|
|
$query->andWhere(["id" => $id]);
|
|
}
|
|
}
|