diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 8b380f417dd..cd4ca8dcc65 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -203,6 +203,8 @@ else
if ( $result )
{
+ if ($action <> 'edit' && $action <> 're-edit')
+ {
print '
';
print '';
}
-
+ }
if (($action == 'edit' || $action == 're-edit') && $user->rights->produit->creer)
{
- print '
Edition de la fiche '.$types[$product->type].' : '.$product->ref.'
';
+ print_fiche_titre('Edition de la fiche '.$types[$product->type].' : '.$product->ref, $mesg);
print "';
- }
+ }
}
else
{