Skip to content

Commit

Permalink
remove agent code field from request form
Browse files Browse the repository at this point in the history
  • Loading branch information
adammiribyan committed May 30, 2012
1 parent a6082c8 commit 044cd69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/requests/_form.html.haml
Expand Up @@ -43,7 +43,6 @@
= f.input :personal_inn, :label => "ИНН"
= f.input :personal_izhd_count, :label => "Количество #{link_to "иждивенцев", "http://ru.wikipedia.org/wiki/%D0%98%D0%B6%D0%B4%D0%B8%D0%B2%D0%B5%D0%BD%D0%B5%D1%86"}"
= f.input :personal_mob_phone, :label => "Мобильный телефон", :required => false
= f.input :agent_code, :label => "#{link_to('Код агента', page_path('affiliate'))}"
.clear
.buttons
%span.new-button-small
Expand Down

0 comments on commit 044cd69

Please sign in to comment.