This commit is contained in:
Laurent Destailleur 2019-11-04 11:07:08 +01:00
parent ed3f95b4a6
commit 1053112843

View File

@ -163,7 +163,7 @@ class box_factures_imp extends ModeleBoxes
);
$this->info_box_contents[$line][] = array(
'td' => 'class="nowrap right"',
'td' => 'class="nowraponall right"',
'text' => price($objp->total_ht, 0, $langs, 0, -1, -1, $conf->currency),
);