Ajout onglet catgories dans la fiche produit - en test

This commit is contained in:
Regis Houssin 2006-02-19 17:21:36 +00:00
parent d844c5b021
commit 3750df5e69

View File

@ -21,6 +21,7 @@
require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/product.class.php");
require_once(DOL_DOCUMENT_ROOT."/categories/categorie.class.php");
$langs->load("categories");
@ -125,7 +126,8 @@ if ($_GET["id"])
$head[$h][1] = $langs->trans('Statistics');
$h++;
dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);
$titre=$langs->trans("CardProduct".$product->type);
dolibarr_fiche_head($head, $hselected, $titre);
print($mesg);
print '<table class="border" width="100%">';