From a95335d869f1c8f07f57ee4a001ece17efae9c33 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 8 Jul 2016 16:20:11 +0200 Subject: [PATCH] Fix missing ref of task --- htdocs/core/class/html.formother.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index 3664424764d..91aa74466d4 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -579,7 +579,7 @@ class FormOther { print "   "; } - print $lines[$i]->label."\n"; + print $lines[$i]->ref.'-'.$lines[$i]->label."\n"; $inc++; }