Commit e878dae332565defcf85cdba6a6badd6e738b4b9

Authored by MoisesMachado
1 parent 128862a2

ActionItem439: added missing hidden field to the form


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2031 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/views/account/activate_enterprise.rhtml
... ... @@ -26,6 +26,8 @@
26 26  
27 27 <%= 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'))) %>
28 28  
  29 +<%= hidden_field_tag :enterprise_code, @enterprise.code %>
  30 +
29 31 <% if @terms_of_use %>
30 32 <p>
31 33 <%= @terms_of_use %>
... ...