Fix: rename option

This commit is contained in:
Regis Houssin
2010-03-22 13:24:43 +00:00
parent 48c113107b
commit 5fe215cf40
4 changed files with 6 additions and 111 deletions

View File

@@ -1,7 +1,7 @@
<?php
/* Copyright (C) 2006-2008 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2009 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2009-2010 Regis Houssin <regis@dolibarr.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -89,7 +89,7 @@ function product_prepare_head($product, $user)
// Sub products
if($conf->global->PRODUIT_SOUSPRODUITS)
{
$head[$h][0] = DOL_URL_ROOT."/product/sousproduits/fiche.php?id=".$product->id;
$head[$h][0] = DOL_URL_ROOT."/product/composition/fiche.php?id=".$product->id;
$head[$h][1] = $langs->trans('AssociatedProducts');
$head[$h][2] = 'subproduct';
$h++;