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