Merge pull request #22131 from dolibit-ut/patch-533
Update intracommreport.class.php
This commit is contained in:
commit
3b193818fb
@ -18,10 +18,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/intracommreport/class/intracommreport.class.php
|
* \file htdocs/intracommreport/class/intracommreport.class.php
|
||||||
* \ingroup Intracomm report
|
* \ingroup Intracomm report
|
||||||
* \brief File of class to manage intracomm report
|
* \brief File of class to manage intracomm report
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
|
||||||
|
|
||||||
|
|
||||||
@ -51,7 +53,7 @@ class IntracommReport extends CommonObject
|
|||||||
public $declaration_number;
|
public $declaration_number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
* 0 = No test on entity, 1 = Test with field entity, 2 = Test with link by societe
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $ismultientitymanaged = 1;
|
public $ismultientitymanaged = 1;
|
||||||
@ -83,7 +85,8 @@ class IntracommReport extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fonction create
|
* Function create
|
||||||
|
*
|
||||||
* @param User $user User
|
* @param User $user User
|
||||||
* @param int $notrigger notrigger
|
* @param int $notrigger notrigger
|
||||||
* @return int
|
* @return int
|
||||||
@ -94,7 +97,8 @@ class IntracommReport extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fonction fetch
|
* Function fetch
|
||||||
|
*
|
||||||
* @param int $id object ID
|
* @param int $id object ID
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
@ -104,7 +108,8 @@ class IntracommReport extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fonction delete
|
* Function delete
|
||||||
|
*
|
||||||
* @param int $id object ID
|
* @param int $id object ID
|
||||||
* @param User $user User
|
* @param User $user User
|
||||||
* @param int $notrigger notrigger
|
* @param int $notrigger notrigger
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user