This commit is contained in:
Laurent Destailleur
2024-04-07 12:15:17 +02:00
parent 1ce6de5eb3
commit 8a5d066d90

View File

@@ -1,8 +1,8 @@
<?php <?php
/* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2023-2024 Frédéric France <frederic.france@free.fr> * Copyright (C) 2023-2024 Frédéric France <frederic.france@free.fr>
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
* Copyright (C) ---Put here your own copyright and developer email--- * Copyright (C) ---Put here your own copyright and developer email---
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ class MyObject extends CommonObject
/** /**
* @var int<0,2>|string Does this object support multicompany module ? * @var int<0,2>|string Does this object support multicompany module ?
* 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table
*/ */
public $ismultientitymanaged = 0; public $ismultientitymanaged = 0;