Skip to content

Commit

Permalink
Fix: Missing title
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 9, 2011
1 parent 4126b61 commit 6671e8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/compta/dons/liste.php
Expand Up @@ -76,7 +76,9 @@

if ($statut >= 0)
{
print_barre_liste($libelle[$statut], $page, "liste.php", "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield");
$donationstatic->statut=$statut;
$label=$donationstatic->getLibStatut(0);
print_barre_liste($label, $page, "liste.php", "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield");
}
else
{
Expand Down

0 comments on commit 6671e8c

Please sign in to comment.