/[dolibarr]/dolibarr/htdocs/product/fournisseurs.php
ViewVC logotype

Diff of /dolibarr/htdocs/product/fournisseurs.php

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

revision 1.19 by eldy, Fri Aug 19 20:46:32 2005 UTC revision 1.20 by eldy, Thu Aug 25 00:21:26 2005 UTC
# Line 210  if ($_GET["id"]) Line 210  if ($_GET["id"])
210                      $h++;                      $h++;
211                  }                  }
212    
213            $head[$h][0] = DOL_URL_ROOT."/product/stats/fiche.php?id=".$product->id;          $head[$h][0] = DOL_URL_ROOT."/product/stats/fiche.php?id=".$product->id;
214            $head[$h][1] = $langs->trans('Statistics');          $head[$h][1] = $langs->trans('Statistics');
215            $h++;          $h++;
216            
217            //erics: pour créer des produits composés de x 'sous' produits          //erics: pour créer des produits composés de x 'sous' produits
218            $head[$h][0] = DOL_URL_ROOT."/product/pack.php?id=".$product->id;          $head[$h][0] = DOL_URL_ROOT."/product/pack.php?id=".$product->id;
219            $head[$h][1] = $langs->trans('Packs');          $head[$h][1] = $langs->trans('Packs');
220            $h++;          $h++;
221            
222            $head[$h][0] = DOL_URL_ROOT."/product/stats/facture.php?id=".$product->id;          $head[$h][0] = DOL_URL_ROOT."/product/stats/facture.php?id=".$product->id;
223            $head[$h][1] = $langs->trans('Referers');          $head[$h][1] = $langs->trans('Referers');
224            $h++;          $h++;
225                        
226            $head[$h][0] = DOL_URL_ROOT.'/product/document.php?id='.$product->id;
227            $head[$h][1] = $langs->trans('Documents');
228            $h++;
229    
230            dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);            dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);
231    
232            print '<table class="border" width="100%">';            print '<table class="border" width="100%">';

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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