Skip to content

Commit

Permalink
Mais um fix no planejador
Browse files Browse the repository at this point in the history
  • Loading branch information
guaycuru committed Jun 1, 2017
1 parent f5079ca commit ae734a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/planejador.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
$id = $Planejado->getID();
} else {
$Planejado = Planejado::Load($id);
$Planejados = Planejado::Por_Usuario($_Usuario, $Planejado->getID(), false);
$Planejados = Planejado::Por_Usuario($_Usuario, $periodo, false);
}

$periodo = $Planejado->getPeriodo(true)->getID();
Expand Down

0 comments on commit ae734a4

Please sign in to comment.