diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php
index 0aa828dc77a7f77d4f3ac58f5a3218938590be33..fa1b2064ed2ac506440f748d50112c87273e157e 100644
--- a/htdocs/commande/index.php
+++ b/htdocs/commande/index.php
@@ -216,6 +216,11 @@ if (! empty($conf->commande->enabled))
 				$i++;
 			}
 		}
+		else
+		{
+			$var=!$var;
+			print '<tr '.$bc[$var].'><td colspan="3">'.$langs->trans("NoOrder").'</td></tr>';
+		}
 		print "</table><br>";
 	}
 }