Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
espaciado antes de Contextos en reporte general
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Sep 6, 2017
1 parent c624aa6 commit 27c884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResConsulta.php
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ static function reporteGeneralHtml($idcaso, $db = null,
$dcontexto = objeto_tabla('caso_contexto');
$dcontexto->id_caso = $idcaso;
$dcontexto->find();
$pref = _("Contexto(s)") . ": ";
$pref = "\n\n" . _("Contexto(s)") . ": ";
$post = "";
while ($dcontexto->fetch()) {
$dc = $dcontexto->getLink('id_contexto');
Expand Down

0 comments on commit 27c884d

Please sign in to comment.