Fix report
This commit is contained in:
parent
0fd36d96f3
commit
3fb69f8ec0
@ -336,7 +336,13 @@ for ($annee = $year_start; $annee <= $year_end; $annee++) {
|
|||||||
if ($modecompta == 'CREANCES-DETTES') {
|
if ($modecompta == 'CREANCES-DETTES') {
|
||||||
print '<td class="liste_titre right">'.$langs->trans("AmountHT").'</td>';
|
print '<td class="liste_titre right">'.$langs->trans("AmountHT").'</td>';
|
||||||
}
|
}
|
||||||
print '<td class="liste_titre right">'.$langs->trans("AmountTTC").'</td>';
|
print '<td class="liste_titre right">';
|
||||||
|
if ($modecompta == "BOOKKEEPING") {
|
||||||
|
print $langs->trans("Amount");
|
||||||
|
} else {
|
||||||
|
print $langs->trans("AmountTTC");
|
||||||
|
}
|
||||||
|
print '</td>';
|
||||||
print '<td class="liste_titre right borderrightlight">'.$langs->trans("Delta").'</td>';
|
print '<td class="liste_titre right borderrightlight">'.$langs->trans("Delta").'</td>';
|
||||||
if ($annee != $year_end) {
|
if ($annee != $year_end) {
|
||||||
print '<td class="liste_titre" width="15"> </td>';
|
print '<td class="liste_titre" width="15"> </td>';
|
||||||
|
|||||||
@ -272,7 +272,13 @@ for ($annee = $year_start; $annee <= $year_end; $annee++) {
|
|||||||
if ($modecompta == 'CREANCES-DETTES') {
|
if ($modecompta == 'CREANCES-DETTES') {
|
||||||
print '<td class="liste_titre right">'.$langs->trans("AmountHT").'</td>';
|
print '<td class="liste_titre right">'.$langs->trans("AmountHT").'</td>';
|
||||||
}
|
}
|
||||||
print '<td class="liste_titre right">'.$langs->trans("AmountTTC").'</td>';
|
print '<td class="liste_titre right">';
|
||||||
|
if ($modecompta == "BOOKKEEPING") {
|
||||||
|
print $langs->trans("Amount");
|
||||||
|
} else {
|
||||||
|
print $langs->trans("AmountTTC");
|
||||||
|
}
|
||||||
|
print '</td>';
|
||||||
print '<td class="liste_titre right borderrightlight">'.$langs->trans("Delta").'</td>';
|
print '<td class="liste_titre right borderrightlight">'.$langs->trans("Delta").'</td>';
|
||||||
if ($annee != $year_end) {
|
if ($annee != $year_end) {
|
||||||
print '<td class="liste_titre" width="15"> </td>';
|
print '<td class="liste_titre" width="15"> </td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user