/[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.25 by eldy, Sat Sep 10 16:15:35 2005 UTC revision 1.26 by hregis, Wed Nov 30 17:37:02 2005 UTC
# Line 75  if ($_GET["facid"]) Line 75  if ($_GET["facid"])
75      $soc = new Societe($db, $fac->socidp);      $soc = new Societe($db, $fac->socidp);
76      $soc->fetch($fac->socidp);      $soc->fetch($fac->socidp);
77    
78    /* //laissé en commentaire pour test tache 4984
79      $h=0;      $h=0;
80    
81      $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 102  if ($_GET["facid"]) Line 103  if ($_GET["facid"])
103      $head[$h][0] = DOL_URL_ROOT.'/compta/facture/info.php?facid='.$fac->id;      $head[$h][0] = DOL_URL_ROOT.'/compta/facture/info.php?facid='.$fac->id;
104      $head[$h][1] = $langs->trans("Info");      $head[$h][1] = $langs->trans("Info");
105      $h++;      $h++;
106    */
107    
108                    $head = facture_prepare_head($fac);
109                    $hselected = $conf->use_preview_tabs ?
110                                    (($fac->mode_reglement_code == 'PRE') ?  4: 3): 2;
111      dolibarr_fiche_head($head, $hselected, $langs->trans("Bill")." : $fac->ref");      dolibarr_fiche_head($head, $hselected, $langs->trans("Bill")." : $fac->ref");
112    
113    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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