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

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

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

revision 1.15 by eldy, Sat Sep 10 12:55:32 2005 UTC revision 1.16 by eldy, Sat Sep 10 16:15:35 2005 UTC
# Line 113  if ($_GET["facid"] > 0) Line 113  if ($_GET["facid"] > 0)
113          $head[$h][1] = $langs->trans("CardBill");          $head[$h][1] = $langs->trans("CardBill");
114          $h++;          $h++;
115    
116          $head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$fac->id;          if ($conf->use_preview_tabs)
117          $head[$h][1] = $langs->trans("Preview");          {
118          $h++;              $head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$fac->id;
119                $head[$h][1] = $langs->trans("Preview");
120                $h++;
121            }
122            
123          if ($fac->mode_reglement_code == 'PRE')          if ($fac->mode_reglement_code == 'PRE')
124          {          {
125              $head[$h][0] = DOL_URL_ROOT.'/compta/facture/prelevement.php?facid='.$fac->id;              $head[$h][0] = DOL_URL_ROOT.'/compta/facture/prelevement.php?facid='.$fac->id;

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

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