From 7c7e90499f554ab8f1f6b5bb4aac0b118794af9c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Aug 2022 00:48:29 +0200 Subject: [PATCH] Update api_thirdparties.class.php --- htdocs/societe/class/api_thirdparties.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php index e764de1ccc6..11e9d798418 100644 --- a/htdocs/societe/class/api_thirdparties.class.php +++ b/htdocs/societe/class/api_thirdparties.class.php @@ -515,7 +515,6 @@ class Thirdparties extends DolibarrApi * @param int $id Thirdparty ID * @return integer */ - public function delete($id) { if (!DolibarrApiAccess::$user->rights->societe->supprimer) {