/[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.28 by rodolphe, Sat Jul 30 09:56:29 2005 UTC revision 1.29 by rodolphe, Mon Aug 1 12:38:12 2005 UTC
# Line 247  if ($action == '') { Line 247  if ($action == '') {
247            $objp = $db->fetch_object($result);            $objp = $db->fetch_object($result);
248            $var=!$var;            $var=!$var;
249            print "<tr $bc[$var]>";            print "<tr $bc[$var]>";
250            print "<td><a href=\"".DOL_URL_ROOT."/fourn/facture/paiement/fiche.php?facid=$objp->facid\">".img_object($langs->trans("ShowPayment"),"payment").' '.$objp->rowid.'</a></td>';            print "<td><a href=\"".DOL_URL_ROOT."/fourn/paiement/fiche.php?id=$objp->rowid\">".img_object($langs->trans("ShowPayment"),"payment").'</a>';
251    
252              print "&nbsp;<a href=\"".DOL_URL_ROOT."/fourn/paiement/fiche.php?id=$objp->rowid\">".$objp->rowid.'</a></td>';
253    
254    
255            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>';
256            print '<td>'.$objp->nom.'</td>';            print '<td>'.$objp->nom.'</td>';
257            print "<td>".dolibarr_print_date($objp->dp)."</td>\n";            print "<td>".dolibarr_print_date($objp->dp)."</td>\n";

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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