Fix missing ref of task

This commit is contained in:
Laurent Destailleur 2016-07-08 16:20:11 +02:00
parent 999341c1a2
commit a95335d869

View File

@ -579,7 +579,7 @@ class FormOther
{
print "   ";
}
print $lines[$i]->label."</option>\n";
print $lines[$i]->ref.'-'.$lines[$i]->label."</option>\n";
$inc++;
}