/[dolibarr]/dolibarr/htdocs/fourn/facture/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/fourn/facture/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by eldy, Mon Aug 15 21:37:23 2005 UTC revision 1.33 by eldy, Tue Aug 23 22:14:52 2005 UTC
# Line 198  if ($resql) Line 198  if ($resql)
198    
199          print "<tr $bc[$var]>";          print "<tr $bc[$var]>";
200          print "<td nowrap><a href=\"fiche.php?facid=$obj->facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$obj->facnumber."</a></td>\n";          print "<td nowrap><a href=\"fiche.php?facid=$obj->facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$obj->facnumber."</a></td>\n";
201          print "<td nowrap>".($obj->date_echeance?dolibarr_print_date($obj->date_echeance):'')."</td>\n";          print '<td nowrap>'.dolibarr_print_date($obj->date_echeance).'</td>';
202          print '<td>'.dolibarr_trunc(stripslashes("$obj->libelle"),44).'</td>';          print '<td>'.dolibarr_trunc(stripslashes("$obj->libelle"),44).'</td>';
203          print '<td>';          print '<td>';
204          print '<a href="'.DOL_URL_ROOT.'/fourn/fiche.php?socid='.$obj->socid.'">'.img_object($langs->trans("ShowSupplier"),"company").' '.$obj->nom.'</a</td>';          print '<a href="'.DOL_URL_ROOT.'/fourn/fiche.php?socid='.$obj->socid.'">'.img_object($langs->trans("ShowSupplier"),"company").' '.$obj->nom.'</a</td>';

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26