/[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.10 by eldy, Sat Sep 3 12:47:56 2005 UTC revision 1.11 by eldy, Sat Sep 10 16:15:35 2005 UTC
# Line 51  $head[$h][0] = DOL_URL_ROOT.'/compta/fac Line 51  $head[$h][0] = DOL_URL_ROOT.'/compta/fac
51  $head[$h][1] = $langs->trans("CardBill");  $head[$h][1] = $langs->trans("CardBill");
52  $h++;  $h++;
53    
54  $head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$fac->id;  if ($conf->use_preview_tabs)
55  $head[$h][1] = $langs->trans("Preview");  {
56  $h++;      $head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$fac->id;
57        $head[$h][1] = $langs->trans("Preview");
58        $h++;
59    }
60    
61  if ($fac->mode_reglement_code == 'PRE')  if ($fac->mode_reglement_code == 'PRE')
62  {  {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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