Suppression affichage rfrence

This commit is contained in:
Regis Houssin 2005-12-09 11:54:18 +00:00
parent 736389638c
commit ba9b9b5211

View File

@ -118,7 +118,8 @@ $head[$h][0] = DOL_URL_ROOT.'/product/document.php?id='.$product->id;
$head[$h][1] = $langs->trans('Documents');
$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 '<table class="border" width="100%">';