Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-12-23 15:51:23 +01:00
parent 330cca994e
commit f45710a4b1

View File

@ -1981,10 +1981,10 @@ class Expedition extends CommonObject
$error = 0;
// Protection. This avoid to move stock later when we should not
if ($this->statut == self::STATUS_CLOSED)
{
return 0;
}
if ($this->statut == self::STATUS_CLOSED)
{
return 0;
}
$this->db->begin();