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