summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ishtar/furnitures/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/furnitures/forms.py b/ishtar/furnitures/forms.py
index 800e85e8c..8d5ee6c91 100644
--- a/ishtar/furnitures/forms.py
+++ b/ishtar/furnitures/forms.py
@@ -560,7 +560,7 @@ ParcelFormSet.form_label = _("Parcels")
class FileFormPreventive(forms.Form):
form_label = _("Preventive informations")
- associated_models = {'general_contractor':models.Organization,
+ associated_models = {'general_contractor':models.Person,
'saisine_type':models.SaisineType}
general_contractor = forms.IntegerField(label=_(u"General contractor"),
widget=widgets.JQueryAutoComplete(