diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index aca0e2cc9e9..6d360d28a35 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -1,8 +1,8 @@ +/* Copyright (C) 2017 Laurent Destailleur * Copyright (C) 2023-2024 Frédéric France + * Copyright (C) 2024 MDW * Copyright (C) ---Put here your own copyright and developer email--- - * Copyright (C) 2024 MDW * * 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 @@ -56,7 +56,7 @@ class MyObject extends CommonObject /** * @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;