Task #0001030: PRINTBAL : mettre le numéro de compte en première colonne
Task #1030 - PRINTBAL : mettre le numéro de compte en première colonne
This commit is contained in:
parent
e9bc314e37
commit
b8bcb2fede
1 changed files with 1 additions and 1 deletions
|
|
@ -330,8 +330,8 @@ if ( isset($_GET['view'] ) )
|
|||
{
|
||||
|
||||
echo '<tr >';
|
||||
echo td("Total niveau ".$ind,'style="font-weight:bold;"');
|
||||
echo td(${'lvl'.$ind.'_old'},'style="font-weight:bold;"');
|
||||
echo td(${'lvl'.$ind.'_old'}." "._("Total niveau")." ".$ind,'style="font-weight:bold;"');
|
||||
if ($previous==1) {
|
||||
echo td(nbm(${'lvl'.$ind}['sum_deb_previous']),'style="text-align:right;font-weight:bold;"');
|
||||
echo td(nbm(${'lvl'.$ind}['sum_cred_previous']),'style="text-align:right;font-weight:bold;"');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue