Fix column
This commit is contained in:
parent
b8cbb84e7c
commit
bf0017ffaf
@ -162,11 +162,6 @@ class box_project extends ModeleBoxes
|
|||||||
|
|
||||||
|
|
||||||
// Add the sum à the bottom of the boxes
|
// 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(
|
$this->info_box_contents[$i][] = array(
|
||||||
'td' => '',
|
'td' => '',
|
||||||
'text' => $langs->trans("Total")." ".$textHead,
|
'text' => $langs->trans("Total")." ".$textHead,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user