agenda: current service arrivals/departures displayed in worker's schedule

This commit is contained in:
Serghei Mihai 2014-09-22 15:00:35 +02:00
parent 4a8bd383bc
commit 2d6ba14afa
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ def get_daily_appointments(date, worker, service, time_tables, events, holidays)
services = time_table.services.all()
common_service = service in services
services = [s.slug for s in services if s != service]
services = [s.slug for s in services]
appointment_kind = 'timetable '
if common_service:
appointment_kind += 'info'