From c55c4fad9972df04273e9a98f9dd4918998e4e70 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 21 Jul 2015 17:47:46 +0200 Subject: Manage lan planner organizations (refs #2671) --- archaeological_files/forms.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archaeological_files/forms.py') diff --git a/archaeological_files/forms.py b/archaeological_files/forms.py index b03877a3d..5e7229eab 100644 --- a/archaeological_files/forms.py +++ b/archaeological_files/forms.py @@ -246,6 +246,10 @@ class FileFormGeneralRO(FileFormGeneral): RESPONSIBLE_PLANNING_SERVICE, created = PersonType.objects.get_or_create( txt_idx='responsible_planning_service') + +RESPONSIBLE_PLANNING_SERVICE_ORGA, created = \ + OrganizationType.objects.get_or_create( + txt_idx='planning_service') class FileFormPreventive(forms.Form): form_label = _(u"Preventive informations") associated_models = {'general_contractor':Person, -- cgit v1.2.3