Cosmetic : CARD amount centered on 2 col.

This commit is contained in:
Dany De Bontridder 2019-02-04 09:11:58 +01:00
parent 380271101a
commit 04eec22408

View file

@ -519,7 +519,7 @@ for ($e = 0; $e < count($afiche); $e++)
echo th(_('ref'));
echo th(_('Interne'));
echo th(_('Comm'));
echo th(_('Montant'), 'style="width:auto" colspan="2"');
echo th(_('Montant'), 'style="width:auto; text-align:center" colspan="2"');
echo th(_('Prog.'),'class="num"');
echo th(_('Let.'));
echo '</tr>';