Fix: Le lien vers paiement sur les paiement fournisseurs amener sur un paiement client

This commit is contained in:
Laurent Destailleur 2006-04-06 22:06:46 +00:00
parent b2962e9a4a
commit 489bc915d4

View File

@ -399,6 +399,10 @@ function _print_lines($db,$result,$sql,$acct)
//print img_object($langs->trans('ShowPayment'),'payment').' ';
print $langs->trans("Payment");
}
else if ($links[$key]['type']=='payment_supplier') {
//print img_object($langs->trans('ShowPayment'),'payment').' ';
print $langs->trans("Payment");
}
else if ($links[$key]['type']=='company') {
//print img_object($langs->trans('ShowCustomer'),'company').' ';
print $links[$key]['label'];