From b3465d441a413c7129eb5322167c49d8f9b50aef Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Jan 2018 10:45:48 +0100 Subject: [PATCH] Missing ajaxcombobox --- htdocs/core/class/html.formother.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index dfd70a075f0..ae1ec52a788 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -481,12 +481,14 @@ class FormOther $tasksarray=$task->getTasksArray($modetask?$user:0, $modeproject?$user:0, $projectid, 0, $mode); if ($tasksarray) { - print ''; if ($useempty) print ''; $j=0; $level=0; $this->_pLineSelect($j, 0, $tasksarray, $level, $selectedtask, $projectid, $disablechildoftaskid); print ''; + + print ajax_combobox($htmlname); } else {