diff --git a/modules/templates/STL/config.py b/modules/templates/STL/config.py index a88bfb29a..c8fc22445 100644 --- a/modules/templates/STL/config.py +++ b/modules/templates/STL/config.py @@ -750,7 +750,7 @@ def expose_human_resource_id(table): 'trigger':'service_id', 'target':'activity_id', 'lookupURL': S3.Ap.concat('/dvr/activity.json?service_type=PSS&~.service_id='), -'fncRepresent': function(r){return r.service_id+' ('+(r.start_date||'..')+' - '+(r.end_date||'..')+')'}, +'fncRepresent': function(r){return r.service_id+' ('+(r.start_date||'..')+' - '+(r.end_date||'..')+') ('+(r.facilitator||'..')+')'}, 'optional': true })''' s3.jquery_ready.append(script)