/[dolibarr]/dolibarr/htdocs/compta/facture/fiche-rec.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/facture/fiche-rec.php

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

revision 1.30 by eldy, Sun Sep 11 16:51:41 2005 UTC revision 1.31 by eldy, Mon Oct 10 20:15:32 2005 UTC
# Line 446  else Line 446  else
446    
447                  print "<tr $bc[$var]>";                  print "<tr $bc[$var]>";
448    
449                  $class = "normal";                  print '<td><a href="fiche-rec.php?facid='.$objp->facid.'">'.img_object($langs->trans("ShowBill"),"bill").' '.$objp->titre;
   
                 print '<td><a class="'.$class.'" href="fiche-rec.php?facid='.$objp->facid.'">'.img_object($langs->trans("ShowBill"),"bill").' '.$objp->titre;  
450                  print "</a></td>\n";                  print "</a></td>\n";
451                  print '<td><a class="'.$class.'" href="../fiche.php?socid='.$objp->idp.'">'.$objp->nom.'</a></td>';                  print '<td><a href="../fiche.php?socid='.$objp->idp.'">'.$objp->nom.'</a></td>';
452                                    
453                  print "<td align=\"right\">".price($objp->total)."</td>\n";                  print "<td align=\"right\">".price($objp->total)."</td>\n";
454                                    

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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