Fix column

This commit is contained in:
Laurent Destailleur 2017-11-11 00:30:16 +01:00
parent b8cbb84e7c
commit bf0017ffaf

View File

@ -162,11 +162,6 @@ class box_project extends ModeleBoxes
// Add the sum à the bottom of the boxes
$this->info_box_contents[$i][] = array(
'tr' => 'class="liste_total"',
'td' => 'align="left" ',
'text' => " ",
);
$this->info_box_contents[$i][] = array(
'td' => '',
'text' => $langs->trans("Total")." ".$textHead,