Added hint for entering TIN
This commit is contained in:
parent
4a567d317a
commit
9c5fb4ad15
@ -60,7 +60,9 @@
|
||||
</div>
|
||||
<p id="job_title"><%= f.text_field :job_title, :label => !@contact.is_company ? l(:field_contact_job_title) : l(:field_company_field) %></p>
|
||||
<div id="person_data_company" style="<%= 'display: none;' if !@contact.is_company %>">
|
||||
<p id="job_inn"><%= f.text_field :job_inn, :label => l(:field_company_inn), :required => true %></p>
|
||||
<p id="job_inn"><%= f.text_field :job_inn, :label => l(:field_company_inn), :required => true %>
|
||||
<em class="info"><%= l(:field_job_inn_separated) %></em>
|
||||
</p>
|
||||
</div>
|
||||
<% @contact.build_address if @contact.address.blank? %>
|
||||
<%= f.fields_for(:address) do |a| %>
|
||||
|
@ -208,6 +208,7 @@ en:
|
||||
field_middle_name: Middle Name
|
||||
field_job_title: Job title
|
||||
field_job_inn: TIN
|
||||
field_job_inn_separated: 'TIN and KPP separated by a space (Example:7714350892 771401001)'
|
||||
field_company: Company
|
||||
field_company_inn: TIN
|
||||
field_address: Address
|
||||
|
@ -84,6 +84,7 @@ ru:
|
||||
field_contact_middle_name: Отчество
|
||||
field_contact_job_title: Должность
|
||||
field_contact_job_inn: ИНН
|
||||
field_job_inn_separated: ИНН и КПП через пробел(Пример:7714350892 771401001)
|
||||
field_contact_company: Компания
|
||||
field_contact_address: Адрес
|
||||
field_contact_phone: Телефон
|
||||
|
Loading…
x
Reference in New Issue
Block a user