diff --git a/htdocs/product/sousproduits/fiche.php b/htdocs/product/sousproduits/fiche.php index 4fe27255643..175d46713d3 100644 --- a/htdocs/product/sousproduits/fiche.php +++ b/htdocs/product/sousproduits/fiche.php @@ -184,8 +184,11 @@ if ($id || $ref) { $productstatic->id=$value[1]; $productstatic->type=0; - $productstatic->ref=$value[0]; - print $productstatic->getNomUrl(1).'
'; + //$productstatic->ref=$value[0]; + //var_dump($value); + //print '
'.$productstatic->ref.'
'; + //print $productstatic->getNomUrl(1).'
'; + print $value[0]; // This contains a tr line. } @@ -344,7 +347,7 @@ if ($action == '') if ( $user->rights->produit->creer) { - print ''.$langs->trans("EditAssociate").''; + print ''.$langs->trans("EditAssociate").''; }