Ajout onglet catégories dans la fiche produit - en test
This commit is contained in:
parent
2fc8f8826b
commit
d844c5b021
@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
require_once(DOL_DOCUMENT_ROOT."/product.class.php");
|
require_once(DOL_DOCUMENT_ROOT."/product.class.php");
|
||||||
require_once(DOL_DOCUMENT_ROOT."/product/categorie/categorie.class.php");
|
|
||||||
|
|
||||||
$langs->load("categories");
|
$langs->load("categories");
|
||||||
|
|
||||||
|
|||||||
@ -423,6 +423,7 @@ if ($_GET["id"] || $_GET["ref"])
|
|||||||
{
|
{
|
||||||
$head[$h][0] = DOL_URL_ROOT."/product/categorie.php?id=".$product->id;
|
$head[$h][0] = DOL_URL_ROOT."/product/categorie.php?id=".$product->id;
|
||||||
$head[$h][1] = $langs->trans('Categories');
|
$head[$h][1] = $langs->trans('Categories');
|
||||||
|
$hselected = $h;
|
||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user