Limite longueur chaine libelle

This commit is contained in:
Laurent Destailleur 2005-08-15 21:37:23 +00:00
parent 123125a71c
commit 28f4c51470

View File

@ -199,7 +199,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>'.stripslashes("$obj->libelle").'</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>';
print '<td align="right">'.price($obj->total_ht).'</td>';