add visibility

This commit is contained in:
Frédéric FRANCE
2019-02-28 22:07:48 +01:00
parent 4f9e35f350
commit 7e31ca48d8
46 changed files with 387 additions and 379 deletions

View File

@@ -299,7 +299,7 @@ class Orders extends DolibarrApi
if ($updateRes > 0) {
return $updateRes;
} else {
throw new RestException(400, $this->commande->error);
throw new RestException(400, $this->commande->error);
}
}