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

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

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

revision 1.32 by eldy, Wed Nov 9 21:27:37 2005 UTC revision 1.33 by eldy, Mon Nov 14 20:19:30 2005 UTC
# Line 21  Line 21 
21   *   *
22   * $Id$   * $Id$
23   * $Source$   * $Source$
  *  
24   */   */
25    
26  /**  /**
27     \file       htdocs/fourn/facture/paiement.php          \file       htdocs/fourn/facture/paiement.php
28     \ingroup    fournisseur,facture          \ingroup    fournisseur,facture
29     \brief      Paiements des factures fournisseurs          \brief      Paiements des factures fournisseurs
30     \version    $Revision$          \version    $Revision$
31  */  */
32    
33    
# Line 415  if (! $_GET['action'] && ! $_POST['actio Line 414  if (! $_GET['action'] && ! $_POST['actio
414                          $objp = $db->fetch_object($resql);                          $objp = $db->fetch_object($resql);
415                          $var=!$var;                          $var=!$var;
416                          print '<tr '.$bc[$var].'>';                          print '<tr '.$bc[$var].'>';
417                          print '<td><a href="'.DOL_URL_ROOT.'/fourn/paiement/fiche.php?id='.$objp->rowid.'">'.img_object($langs->trans('ShowPayment'),'payment').'</a>';                          print '<td><a href="'.DOL_URL_ROOT.'/fourn/paiement/fiche.php?id='.$objp->rowid.'">'.img_object($langs->trans('ShowPayment'),'payment').' '.$objp->rowid.'</a></td>';
                         print '&nbsp;<a href="'.DOL_URL_ROOT.'/fourn/paiement/fiche.php?id='.$objp->rowid.'">'.$objp->rowid.'</a></td>';  
418                          print '<td><a href="'.DOL_URL_ROOT.'/fourn/facture/fiche.php?facid='.$objp->facid.'">'.img_object($langs->trans('ShowBill'),'bill').' '.$objp->facnumber.'</a></td>';                          print '<td><a href="'.DOL_URL_ROOT.'/fourn/facture/fiche.php?facid='.$objp->facid.'">'.img_object($langs->trans('ShowBill'),'bill').' '.$objp->facnumber.'</a></td>';
419                          print '<td>'.$objp->nom.'</td>';                          print '<td>'.$objp->nom.'</td>';
420                          print '<td>'.dolibarr_print_date($objp->dp)."</td>\n";                          print '<td>'.dolibarr_print_date($objp->dp)."</td>\n";

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