Revision dd986559
Added by Serghei Mihai almost 11 years ago
calebasse/agenda/forms.py | ||
---|---|---|
33 | 33 |
'duration', |
34 | 34 |
'patient', |
35 | 35 |
'participants', |
36 |
'room',
|
|
36 |
'ressource',
|
|
37 | 37 |
'act_type', |
38 | 38 |
'description', |
39 | 39 |
'recurrence_periodicity', |
... | ... | |
99 | 99 |
'duration', |
100 | 100 |
'patient', |
101 | 101 |
'participants', |
102 |
'room',
|
|
102 |
'ressource',
|
|
103 | 103 |
'act_type', |
104 | 104 |
) |
105 | 105 |
|
... | ... | |
146 | 146 |
'date', |
147 | 147 |
'time', |
148 | 148 |
'duration', |
149 |
'room',
|
|
149 |
'ressource',
|
|
150 | 150 |
'participants', |
151 | 151 |
'event_type', |
152 | 152 |
'services', |
... | ... | |
211 | 211 |
'date', |
212 | 212 |
'time', |
213 | 213 |
'duration', |
214 |
'room',
|
|
214 |
'ressource',
|
|
215 | 215 |
'participants', |
216 | 216 |
'event_type', |
217 | 217 |
'services', |
Also available in: Unified diff
agenda: room renamed to ressource
Closes #4653