agenda: unique patient for periodic appointments

This commit is contained in:
Serghei Mihai 2014-05-14 14:45:06 +02:00
parent 9509e81942
commit fd03639c2e
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class UpdateAppointmentForm(NewAppointmentForm):
class UpdatePeriodicAppointmentForm(NewAppointmentForm):
patient = make_ajax_field(EventWithAct, 'patient', 'patientrecord', False)
recurrence_periodicity = forms.ChoiceField(label=u"Périodicité",
choices=Event.PERIODICITIES, required=True)