From 3feb8db277e739c2a74ee3102e22fd3eab33388c Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sat, 27 Aug 2022 11:56:26 +0000 Subject: [PATCH] Fixing style errors. --- 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 8038ed318b9..e764de1ccc6 100644 --- a/htdocs/societe/class/api_thirdparties.class.php +++ b/htdocs/societe/class/api_thirdparties.class.php @@ -515,7 +515,7 @@ class Thirdparties extends DolibarrApi * @param int $id Thirdparty ID * @return integer */ - + public function delete($id) { if (!DolibarrApiAccess::$user->rights->societe->supprimer) {