From 380271101af92bce70151a15fa7246c5d7aaef58 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 4 Feb 2019 09:08:54 +0100 Subject: [PATCH] CARD , cosmetic align right column Prog. --- include/fiche.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fiche.inc.php b/include/fiche.inc.php index 28e4724ec..129bf4154 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -520,7 +520,7 @@ for ($e = 0; $e < count($afiche); $e++) echo th(_('Interne')); echo th(_('Comm')); echo th(_('Montant'), 'style="width:auto" colspan="2"'); - echo th(_('Prog.')); + echo th(_('Prog.'),'class="num"'); echo th(_('Let.')); echo ''; $amount_deb = 0;