Keep params order in sync between @parm, @url annotations and function signature.

This commit is contained in:
Jean Traullé 2018-08-26 19:41:32 +02:00
parent cc7ca8c7fa
commit e035a688f0
No known key found for this signature in database
GPG Key ID: 5315BC7C950D912A

View File

@ -1156,7 +1156,7 @@ class Thirdparties extends DolibarrApi
*
* @url DELETE {id}/bankaccounts/{bankaccount_id}
*/
function deleteCompanyBankAccount($bankaccount_id, $id)
function deleteCompanyBankAccount($id, $bankaccount_id)
{
if(! DolibarrApiAccess::$user->rights->societe->creer) {
throw new RestException(401);