FIX Invoice list - Wrong name for column total_tva

This commit is contained in:
Alexandre SPANGARO 2021-08-22 14:02:33 +02:00 committed by Laurent Destailleur
parent 7b829bc899
commit efb78d7431

View File

@ -1868,7 +1868,7 @@ if ($resql) {
}
// Amount VAT
if (!empty($arrayfields['f.total_tva']['checked'])) {
print '<td class="right nowraponall amount">'.price($obj->total_vat)."</td>\n";
print '<td class="right nowraponall amount">'.price($obj->total_tva)."</td>\n";
if (!$i) {
$totalarray['nbfield']++;
}