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

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

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

revision 1.217 by eldy, Wed Sep 7 21:50:10 2005 UTC revision 1.218 by eldy, Sat Sep 10 16:17:08 2005 UTC
# Line 1087  else Line 1087  else
1087              $head[$h][1] = $langs->trans("CardBill");              $head[$h][1] = $langs->trans("CardBill");
1088              $hselected = $h;              $hselected = $h;
1089              $h++;              $h++;
             $head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$fac->id;  
             $head[$h][1] = $langs->trans("Preview");  
             $h++;  
1090    
1091                if ($conf->use_preview_tabs)
1092                {
1093                    $head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$fac->id;
1094                    $head[$h][1] = $langs->trans("Preview");
1095                    $h++;
1096                }
1097                
1098              if ($fac->mode_reglement_code == 'PRE')              if ($fac->mode_reglement_code == 'PRE')
1099              {              {
1100                  $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.217  
changed lines
  Added in v.1.218

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