Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2024-04-04 11:39:02 +02:00
19 changed files with 58 additions and 63 deletions

View File

@@ -291,7 +291,7 @@ class Orders extends DolibarrApi
throw new RestException(500, "Error creating order", array_merge(array($this->commande->error), $this->commande->errors));
}
return $this->commande->id;
return ((int) $this->commande->id);
}
/**