diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php index f046b4ea61f3bbf14a00b183f8e0f6c452ad3149..e177312a7d6cacdfc441dfeb32b433c6b75b7bb5 100644 --- a/htdocs/expensereport/card.php +++ b/htdocs/expensereport/card.php @@ -1432,7 +1432,7 @@ else { $num = $db->num_rows($resql); $i = 0; $total = 0; - print '<table class="nobordernopadding" width="100%">'; + print '<table class="nobordernopadding paymenttable" width="100%">'; print '<tr class="liste_titre">'; print '<td>'.$langs->trans("RefPayment").'</td>'; print '<td>'.$langs->trans("Date").'</td>'; diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index d14a43764d731825747a67db14b88d04c0e54483..d0edbd1f4589529d03414ca41c07ca8872a8a8e9 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -1736,7 +1736,7 @@ else { $num = $db->num_rows($result); $i = 0; $totalpaye = 0; - print '<table class="nobordernopadding" width="100%">'; + print '<table class="nobordernopadding paymenttable" width="100%">'; print '<tr class="liste_titre">'; print '<td>'.$langs->trans('Payments').'</td>'; print '<td>'.$langs->trans('Date').'</td>';