mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
Fix: fetch_client is deprecated
This commit is contained in:
@@ -453,15 +453,6 @@ class CommonObject
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Replaced by fetch_thirdparty
|
||||
* Kept for backward compatibility
|
||||
*/
|
||||
function fetch_client()
|
||||
{
|
||||
return $this->fetch_thirdparty();
|
||||
}
|
||||
|
||||
/**
|
||||
* \brief Charge le projet d'id $this->fk_project dans this->projet
|
||||
* \return int <0 if KO, >=0 if OK
|
||||
|
||||
Reference in New Issue
Block a user