Fix css
This commit is contained in:
parent
e2ecc3d091
commit
d49caabe51
@ -941,7 +941,7 @@ if ($object->id > 0) {
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Amount
|
// Amount
|
||||||
print '<td class="center">'.price($obj->amount).'</td>';
|
print '<td class="center"><span class="amount">'.price($obj->amount).'</span></td>';
|
||||||
|
|
||||||
// Date process
|
// Date process
|
||||||
print '<td class="center">'.dol_print_date($db->jdate($obj->date_traite), 'day')."</td>\n";
|
print '<td class="center">'.dol_print_date($db->jdate($obj->date_traite), 'day')."</td>\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user