Project

General

Profile

« Previous | Next » 

Revision 2d6ba14a

Added by Serghei Mihai about 11 years ago

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

View differences:

calebasse/agenda/appointments.py
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'

Also available in: Unified diff