diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 1ea8d356b53..12ed16cb2be 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -839,7 +839,7 @@ else
print '
';
print '';
if ($user->rights->commande->creer && $_GET['action'] == 'refcdeclient')
@@ -980,7 +980,7 @@ else
print '';
print ' | ';
if ($_GET['action'] == 'classer')
diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php
index 724d71954ca..a146469b96d 100644
--- a/htdocs/compta/commande/fiche.php
+++ b/htdocs/compta/commande/fiche.php
@@ -106,7 +106,7 @@ if ($_GET["id"] > 0)
print '';
print ' | ';
if ($user->rights->commande->creer && $_GET['action'] == 'refcdeclient')
@@ -247,7 +247,7 @@ if ($_GET["id"] > 0)
print '';
print ' | ';
if ($_GET['action'] == 'classer')
diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php
index 966dc1f5f65..99f8e0d6387 100644
--- a/htdocs/expedition/commande.php
+++ b/htdocs/expedition/commande.php
@@ -118,7 +118,7 @@ if ($_GET["id"] > 0)
print '';
print ' | ';
if ($user->rights->commande->creer && $_GET['action'] == 'refcdeclient')
@@ -247,7 +247,7 @@ if ($_GET["id"] > 0)
print '';
print ' | ';
if ($_GET['action'] == 'classer')
|