CSS amount

This commit is contained in:
Laurent Destailleur 2022-07-31 22:22:46 +02:00
parent 628a368686
commit 7dfeae694f

View File

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