agenda: fixing periodic events update form

This commit is contained in:
Serghei Mihai 2014-06-02 10:29:16 +02:00
parent 98b2866187
commit abb68dff45
1 changed files with 1 additions and 1 deletions

View File

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