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

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

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

revision 1.33 by eldy, Sat Dec 3 03:49:01 2005 UTC revision 1.34 by hregis, Sat Dec 3 12:06:52 2005 UTC
# Line 48  $types[0] = $langs->trans("Product"); Line 48  $types[0] = $langs->trans("Product");
48  $types[1] = $langs->trans("Service");  $types[1] = $langs->trans("Service");
49    
50    
51  llxHeader("","",$langs->trans("ProductCard"));  llxHeader("","",$langs->trans("CardProduct0"));
52    
53  if ($_POST["action"] == "create_stock")  if ($_POST["action"] == "create_stock")
54  {  {
# Line 168  if ($_GET["id"] || $_GET["ref"]) Line 168  if ($_GET["id"] || $_GET["ref"])
168          $head[$h][1] = $langs->trans('Documents');          $head[$h][1] = $langs->trans('Documents');
169          $h++;          $h++;
170    
171          dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);          dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type);
172    
173          print($mesg);          print($mesg);
174    

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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