Fix presentation

This commit is contained in:
aspangaro 2015-10-07 21:06:55 +02:00
parent 01a6a0ffba
commit e1f946578b
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ if ($modecompta == 'CREANCES-DETTES') {
$sortorder $sortorder
); );
} else { } else {
print '<td colspan="1"></td>'; print_liste_field_titre('');
} }
print_liste_field_titre( print_liste_field_titre(
$langs->trans("AmountTTC"), $langs->trans("AmountTTC"),

View File

@ -350,7 +350,7 @@ if ($modecompta == 'CREANCES-DETTES') {
$sortorder $sortorder
); );
} else { } else {
print '<td colspan="1"></td>'; print_liste_field_titre('');
} }
print_liste_field_titre( print_liste_field_titre(
$langs->trans("AmountTTC"), $langs->trans("AmountTTC"),