Fix: Patch de remi

This commit is contained in:
Laurent Destailleur 2005-08-23 22:14:52 +00:00
parent d399ad9b8d
commit b42a0ac1a6

View File

@ -198,7 +198,7 @@ if ($resql)
print "<tr $bc[$var]>";
print "<td nowrap><a href=\"fiche.php?facid=$obj->facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$obj->facnumber."</a></td>\n";
print "<td nowrap>".($obj->date_echeance?dolibarr_print_date($obj->date_echeance):'')."</td>\n";
print '<td nowrap>'.dolibarr_print_date($obj->date_echeance).'</td>';
print '<td>'.dolibarr_trunc(stripslashes("$obj->libelle"),44).'</td>';
print '<td>';
print '<a href="'.DOL_URL_ROOT.'/fourn/fiche.php?socid='.$obj->socid.'">'.img_object($langs->trans("ShowSupplier"),"company").' '.$obj->nom.'</a</td>';