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

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

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

revision 1.23 by eldy, Sat Jul 16 12:08:15 2005 UTC revision 1.24 by eldy, Fri Aug 19 20:46:32 2005 UTC
# Line 20  Line 20 
20   *   *
21   * $Id$   * $Id$
22   * $Source$   * $Source$
  *  
23   */   */
24    
25  /**  /**
# Line 138  $head[$h][1] = $langs->trans('Packs'); Line 137  $head[$h][1] = $langs->trans('Packs');
137  $h++;  $h++;
138    
139  $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;
140  $head[$h][1] = $langs->trans("Bills");  $head[$h][1] = $langs->trans("Referers");
141  $h++;  $h++;
142    
143  dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);  dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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