/[dolibarr]/dolibarr/htdocs/compta/facture/note.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/facture/note.php

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

revision 1.27 by eldy, Wed Nov 30 23:57:13 2005 UTC revision 1.28 by hregis, Sat Dec 3 12:46:07 2005 UTC
# Line 74  if ($_GET["facid"]) Line 74  if ($_GET["facid"])
74  {  {
75      $soc = new Societe($db, $fac->socidp);      $soc = new Societe($db, $fac->socidp);
76      $soc->fetch($fac->socidp);      $soc->fetch($fac->socidp);
77                    $head = facture_prepare_head($fac);
 /* //laissé en commentaire pour test tache 4984  
     $h=0;  
   
     $head[$h][0] = DOL_URL_ROOT.'/compta/facture.php?facid='.$fac->id;  
     $head[$h][1] = $langs->trans("CardBill");  
     $h++;  
   
     if ($conf->use_preview_tabs)  
     {  
         $head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$fac->id;  
         $head[$h][1] = $langs->trans("Preview");  
         $h++;  
     }  
       
     if ($fac->mode_reglement_code == 'PRE')  
     {  
         $head[$h][0] = DOL_URL_ROOT.'/compta/facture/prelevement.php?facid='.$fac->id;  
         $head[$h][1] = $langs->trans("StandingOrders");  
         $h++;  
     }  
   
     $head[$h][0] = DOL_URL_ROOT.'/compta/facture/note.php?facid='.$fac->id;  
     $head[$h][1] = $langs->trans("Note");  
     $hselected = $h;  
     $h++;  
     $head[$h][0] = DOL_URL_ROOT.'/compta/facture/info.php?facid='.$fac->id;  
     $head[$h][1] = $langs->trans("Info");  
     $h++;  
 */  
   
         $head = facture_prepare_head($fac);  
78      $hselected = 2;      $hselected = 2;
79      if ($conf->use_preview_tabs) $hselected++;      if ($conf->use_preview_tabs) $hselected++;
80      if ($fac->mode_reglement_code == 'PRE') $hselected++;      if ($fac->mode_reglement_code == 'PRE') $hselected++;

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

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