mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX: Add documentation for hte new two params
This commit is contained in:
parent
ac8557e129
commit
1d1eafb19f
|
|
@ -1298,6 +1298,8 @@ class Fichinter extends CommonObject
|
|||
*
|
||||
* @param User $user User making the clone
|
||||
* @param int $socid Id of thirdparty
|
||||
* @param bool $clone_contacts Clone contacts from origin
|
||||
* @param bool $clone_notes Clone notes from origin
|
||||
* @return int New id of clone
|
||||
*/
|
||||
public function createFromClone(User $user, $socid = 0, $clone_contacts = false, $clone_notes = false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user