Uniformize code of boxes

This commit is contained in:
Laurent Destailleur
2015-05-04 13:10:45 +02:00
parent e73526b29c
commit f84ea6f960
8 changed files with 116 additions and 101 deletions

View File

@@ -128,7 +128,7 @@ class box_commandes extends ModeleBoxes
$this->info_box_contents[$line][] = array(
'td' => 'align="right"',
'text' => price($objp->total_ht),
'text' => price($objp->total_ht, 0, $langs, 0, -1, -1, $conf->currency),
);
if (! empty($conf->global->ORDER_BOX_LAST_ORDERS_SHOW_VALIDATE_USER)) {