Bug : warning si client n'a pas d'opération

This commit is contained in:
Dany De Bontridder 2014-03-09 15:41:27 +01:00
parent c30344687e
commit 5a6802e709

View file

@ -66,7 +66,7 @@ else
}
if ( $fiche->HtmlTable($array,0,0)==-1){
echo h2(_("Aucune opération pour l'exercice courant",'class="error"'));
echo h2(_("Aucune opération pour l'exercice courant"),'class="error"');
}
echo $old;