Update intracommreport.class.php
This commit is contained in:
parent
31fcfc5aa5
commit
2c38b8e5d4
@ -14,14 +14,16 @@
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/intracommreport/class/intracommreport.class.php
|
||||
* \ingroup Intracomm report
|
||||
* \brief File of class to manage intracomm report
|
||||
* \file htdocs/intracommreport/class/intracommreport.class.php
|
||||
* \ingroup Intracomm report
|
||||
* \brief File of class to manage intracomm report
|
||||
*/
|
||||
|
||||
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
|
||||
|
||||
|
||||
@ -51,7 +53,7 @@ class IntracommReport extends CommonObject
|
||||
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
|
||||
*/
|
||||
public $ismultientitymanaged = 1;
|
||||
@ -83,7 +85,8 @@ class IntracommReport extends CommonObject
|
||||
}
|
||||
|
||||
/**
|
||||
* Fonction create
|
||||
* Function create
|
||||
*
|
||||
* @param User $user User
|
||||
* @param int $notrigger notrigger
|
||||
* @return int
|
||||
@ -94,7 +97,8 @@ class IntracommReport extends CommonObject
|
||||
}
|
||||
|
||||
/**
|
||||
* Fonction fetch
|
||||
* Function fetch
|
||||
*
|
||||
* @param int $id object ID
|
||||
* @return int
|
||||
*/
|
||||
@ -104,7 +108,8 @@ class IntracommReport extends CommonObject
|
||||
}
|
||||
|
||||
/**
|
||||
* Fonction delete
|
||||
* Function delete
|
||||
*
|
||||
* @param int $id object ID
|
||||
* @param User $user User
|
||||
* @param int $notrigger notrigger
|
||||
|
||||
Loading…
Reference in New Issue
Block a user