Merge pull request #967 from internetee/remove-duplicate-billing-email-from-admin-area

Remove duplicate field
This commit is contained in:
Timo Võhmar 2018-09-19 16:56:14 +03:00 committed by GitHub
commit 1e19ccd6a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -16,9 +16,6 @@
<dt><%= t(:contact_email) %></dt>
<dd><%= @registrar.email %></dd>
<dt><%= Registrar.human_attribute_name :billing_email %></dt>
<dd><%= @registrar.billing_email %></dd>
</dl>
</div>
</div>