Look and feel v11

This commit is contained in:
Laurent Destailleur 2020-01-16 18:12:52 +01:00
parent 1d058e8707
commit a8fd6f56ea

View File

@ -973,7 +973,7 @@ if (empty($action) || $action == 'list')
{
$objp = $db->fetch_object($resql);
print '<tr class="oddeven'.(($invoice->id == $objp->fk_facture) ? ' highlight' : '').'">';
print '<tr class="oddeven">';
// Ref payment
print '<td class="nowrap"><a href="'.DOL_URL_ROOT.'/fourn/paiement/card.php?id='.$objp->pid.'">'.img_object($langs->trans('ShowPayment'), 'payment').' '.$objp->pid.'</a></td>';