From 579df2b131f03613f6f412b354e06a520845be5b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 18 Mar 2012 15:30:01 +0100 Subject: [PATCH] Add TODO --- htdocs/core/class/html.formcompany.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php index 6e1e06f6279..52c0ce52e5f 100644 --- a/htdocs/core/class/html.formcompany.class.php +++ b/htdocs/core/class/html.formcompany.class.php @@ -509,6 +509,9 @@ class FormCompany * @param string $limitto Disable answers that are not id in this array list * @param int $forceid This is to force antoher object id than object->id * @return void + * TODO obsolete ? + * cette fonction doit utiliser du javascript quoi qu'il en soit ! + * autant utiliser le système combobox sans rechargement de page non ? */ function selectCompaniesForNewContact($object, $var_id, $selected='', $htmlname='newcompany', $limitto='', $forceid=0) {