diff --git a/business_objects/project_hub/contact_form.py b/business_objects/project_hub/contact_form.py index 28f68ce4..7d4174e4 100644 --- a/business_objects/project_hub/contact_form.py +++ b/business_objects/project_hub/contact_form.py @@ -130,7 +130,7 @@ class Contact_Form_Temp(db.Model, Base): temp.name_contact = contact_form.name_contact temp.name_company = contact_form.name_company temp.message = contact_form.message - temp.receive_marketing_communications + temp.receive_marketing_communications = contact_form.receive_marketing_communications temp.active = contact_form.active temp.created_on = contact_form.created_on return temp \ No newline at end of file