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

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

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

revision 1.28 by eldy, Sun Oct 2 19:20:22 2005 UTC revision 1.29 by hregis, Wed Nov 30 17:37:02 2005 UTC
# Line 69  if ($_GET["facid"] > 0) Line 69  if ($_GET["facid"] > 0)
69          $author->id = $fac->user_author;          $author->id = $fac->user_author;
70          $author->fetch();          $author->fetch();
71    
72    /* //modif tache 4984 laissé en commentaire pour test
73          $h = 0;          $h = 0;
74    
75          $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 96  if ($_GET["facid"] > 0) Line 97  if ($_GET["facid"] > 0)
97          $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;
98          $head[$h][1] = $langs->trans("Info");          $head[$h][1] = $langs->trans("Info");
99          $h++;          $h++;
100    */
101    
102                                    $head = facture_prepare_head($fac);
103                                    $hselected = $conf->use_preview_tabs ? 2 : false;
104          dolibarr_fiche_head($head, $hselected, $langs->trans("Bill")." : $fac->ref");          dolibarr_fiche_head($head, $hselected, $langs->trans("Bill")." : $fac->ref");
105    
106    

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

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