/[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.12 by eldy, Sun Oct 2 19:20:22 2005 UTC revision 1.13 by hregis, Wed Nov 30 17:37:02 2005 UTC
# Line 45  $fac->info($_GET["facid"]); Line 45  $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);
47    
48    /* //laissé pour test tache 4984
49  $h = 0;  $h = 0;
50    
51  $head[$h][0] = DOL_URL_ROOT.'/compta/facture.php?facid='.$fac->id;  $head[$h][0] = DOL_URL_ROOT.'/compta/facture.php?facid='.$fac->id;
# Line 73  $head[$h][0] = DOL_URL_ROOT.'/compta/fac Line 74  $head[$h][0] = DOL_URL_ROOT.'/compta/fac
74  $head[$h][1] = $langs->trans("Info");  $head[$h][1] = $langs->trans("Info");
75  $hselected = $h;  $hselected = $h;
76  $h++;        $h++;      
77    */
78    
79    $head = facture_prepare_head($fac);
80    $hselected = $conf->use_preview_tabs ?
81                            (($fac->mode_reglement_code == 'PRE') ?  5: 4): 3;
82  dolibarr_fiche_head($head, $hselected, $langs->trans("Bill")." : $fac->ref");  dolibarr_fiche_head($head, $hselected, $langs->trans("Bill")." : $fac->ref");
83    
84    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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