/[dolibarr]/dolibarr/htdocs/product/stats/commande.php
ViewVC logotype

Diff of /dolibarr/htdocs/product/stats/commande.php

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

revision 1.2 by eldy, Sun Sep 11 16:51:42 2005 UTC revision 1.3 by eldy, Sun Oct 9 21:27:16 2005 UTC
# Line 128  if ($_GET["id"]) Line 128  if ($_GET["id"])
128          $h++;          $h++;
129    
130              //erics: pour créer des produits composés de x 'sous' produits              //erics: pour créer des produits composés de x 'sous' produits
131            /*
132              $head[$h][0] = DOL_URL_ROOT."/product/pack.php?id=".$product->id;              $head[$h][0] = DOL_URL_ROOT."/product/pack.php?id=".$product->id;
133              $head[$h][1] = $langs->trans('Packs');              $head[$h][1] = $langs->trans('Packs');
134              $h++;              $h++;
135            */
136            
137          $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;
138          $head[$h][1] = $langs->trans('Referers');          $head[$h][1] = $langs->trans('Referers');
139          $hselected=$h;          $hselected=$h;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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