Suppression affichage rfrence

This commit is contained in:
Regis Houssin 2005-12-07 15:35:02 +00:00
parent 40caa407ae
commit ce7012e805
3 changed files with 6 additions and 3 deletions

View File

@ -143,7 +143,8 @@ if ($_GET["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%">';

View File

@ -143,7 +143,8 @@ if ($_GET["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%">';

View File

@ -139,7 +139,8 @@ if ($_GET["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%">';