diff --git a/app/views/invoices/show.html.erb b/app/views/invoices/show.html.erb index f818de37f..5286f3b64 100644 --- a/app/views/invoices/show.html.erb +++ b/app/views/invoices/show.html.erb @@ -21,6 +21,12 @@
<%= @invoice.recipient %>
<%= @invoice.address %> + <% if @invoice.vat_code.present? %> +
+
<%= t('billing_profiles.vat_code') %>
+ <%= @invoice.vat_code %> +
+ <% end %>
@@ -43,12 +49,6 @@ <%= I18n.l(@invoice.paid_at) %>
<% end %> - <% if @invoice.vat_code.present? %> -
-
<%= t('billing_profiles.vat_code') %>
- <%= @invoice.vat_code %> -
- <% end %>