diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php
index e68b063d7d267ed862f2226da5bab6766aae1589..106befda59680e56a819b82d7af169e1e3a0ec32 100644
--- a/htdocs/expedition/class/expedition.class.php
+++ b/htdocs/expedition/class/expedition.class.php
@@ -1542,8 +1542,8 @@ class Expedition extends CommonObject
 		if ($this->db->query($sql) )
 		{
 			//TODO: Option to set order billed if 100% of order is shipped
+			$this->statut=2;
 			$this->billed=1;
-			$this->db->commit();
 			return 1;
 		}
 		else