diff --git a/app/views/account/activate_enterprise.rhtml b/app/views/account/activate_enterprise.rhtml index c16d5b4..22975c6 100644 --- a/app/views/account/activate_enterprise.rhtml +++ b/app/views/account/activate_enterprise.rhtml @@ -26,6 +26,8 @@ <%= ApplicationHelper::NoosferoFormBuilder::output_field(@question == :foundation_year ? _('What year your enterprise was founded?') : _('What is the CNPJ of your enterprise?'), text_field_tag(:answer, nil,:help => help=_('We need to be sure that this is your enterprise'))) %> +<%= hidden_field_tag :enterprise_code, @enterprise.code %> + <% if @terms_of_use %>

<%= @terms_of_use %> -- libgit2 0.21.2