diff --git a/app/views/invoices/show.html.erb b/app/views/invoices/show.html.erb index e8e4cfd67..f2750c80d 100644 --- a/app/views/invoices/show.html.erb +++ b/app/views/invoices/show.html.erb @@ -43,6 +43,12 @@ <%= I18n.l(@invoice.paid_at) %> <% end %> + <% if @invoice.billing_vat_code.present? %> +
+
<%= t('billing_profiles.vat_code') %>
+ <%= @invoice.billing_vat_code %> +
+ <% end %>