From bfe35bf74ecffb6ab5ba5967f53106b2d427acb7 Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Fri, 22 Sep 2023 10:08:23 +0300 Subject: [PATCH] changed attribute for show --- app/views/invoices/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? %>
<%= t('billing_profiles.vat_code') %>
- <%= @invoice.billing_vat_code %> + <%= @invoice.vat_code %>
<% end %>