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

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

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

revision 1.14 by eldy, Wed Nov 30 23:57:13 2005 UTC revision 1.15 by hregis, Sat Dec 3 12:46:07 2005 UTC
# Line 44  $fac->fetch($_GET["facid"]); Line 44  $fac->fetch($_GET["facid"]);
44  $fac->info($_GET["facid"]);  $fac->info($_GET["facid"]);
45  $soc = new Societe($db, $fac->socidp);  $soc = new Societe($db, $fac->socidp);
46  $soc->fetch($fac->socidp);  $soc->fetch($fac->socidp);
   
 /* //laissé 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");  
 $h++;        
   
 $head[$h][0] = DOL_URL_ROOT.'/compta/facture/info.php?facid='.$fac->id;  
 $head[$h][1] = $langs->trans("Info");  
 $hselected = $h;  
 $h++;        
 */  
   
47  $head = facture_prepare_head($fac);  $head = facture_prepare_head($fac);
48  $hselected = 3;  $hselected = 3;
49  if ($conf->use_preview_tabs) $hselected++;  if ($conf->use_preview_tabs) $hselected++;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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