From e035a688f0fef45527fb7be0c2bc4540c1afd370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean=20Traull=C3=A9?= Date: Sun, 26 Aug 2018 19:41:32 +0200 Subject: [PATCH] Keep params order in sync between @parm, @url annotations and function signature. --- htdocs/societe/class/api_thirdparties.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php index a416400e434..ba9be5dbd8c 100644 --- a/htdocs/societe/class/api_thirdparties.class.php +++ b/htdocs/societe/class/api_thirdparties.class.php @@ -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);