Bug : warning si client n'a pas d'opération
This commit is contained in:
parent
c30344687e
commit
5a6802e709
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue