From 8a5d066d90c75b06b75463ea08a6f9c5e01c712c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 7 Apr 2024 12:15:17 +0200 Subject: [PATCH] Doc --- htdocs/modulebuilder/template/class/myobject.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;