Fix: object user must not be overwritten

This commit is contained in:
Laurent Destailleur 2015-06-07 19:35:47 +02:00
parent 37cadaf4bf
commit 101a9a4cf3

View File

@ -1302,7 +1302,7 @@ class Societe extends CommonObject
* Delete a third party from database and all its dependencies (contacts, rib...)
*
* @param int $id Id of third party to delete
* @param User $user User who ask to delete thirparty
* @param User $fuser User who ask to delete thirparty
* @param int $call_trigger 0=No, 1=yes
* @return int <0 if KO, 0 if nothing done, >0 if OK
*/