/[dolibarr]/dolibarr/htdocs/fourn/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/fourn/fiche.php

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

revision 1.52 by marc_ocebo, Mon Dec 5 18:49:35 2005 UTC revision 1.53 by eldy, Mon Dec 5 20:52:43 2005 UTC
# Line 284  if ( $societe->fetch($socid) ) Line 284  if ( $societe->fetch($socid) )
284                          print '<td>';                          print '<td>';
285                          print '<a href="facture/fiche.php?facid='.$obj->rowid.'">';                          print '<a href="facture/fiche.php?facid='.$obj->rowid.'">';
286                          print img_object($langs->trans('ShowBill'),'bill').' '.$obj->facnumber.'</a> '.dolibarr_trunc($obj->libelle,14).'</td>';                          print img_object($langs->trans('ShowBill'),'bill').' '.$obj->facnumber.'</a> '.dolibarr_trunc($obj->libelle,14).'</td>';
287                          print '<td align="right" width="80">'.dolibarr_print_date($obj->df).'</td>';                          print '<td align="center" width="80">'.dolibarr_print_date($obj->df).'</td>';
288                          print '<td align="right">'.price($obj->amount).'</td>';                          print '<td align="right">'.price($obj->amount).'</td>';
289                          print '<td align="center">'.$facturestatic->LibStatutShort($obj->paye,$obj->fk_statut).'</td>';                          print '<td align="center">'.$facturestatic->LibStatutShort($obj->paye,$obj->fk_statut).'</td>';
290                          print '</tr>';                          print '</tr>';

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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