Skip to content

Commit

Permalink
changed attribute for show
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Sep 25, 2023
1 parent 5ef1e60 commit bfe35bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/invoices/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
<%= I18n.l(@invoice.paid_at) %>
</div>
<% end %>
<% if @invoice.billing_vat_code.present? %>
<% if @invoice.vat_code.present? %>
<div class="item">
<div class="header"><%= t('billing_profiles.vat_code') %></div>
<%= @invoice.billing_vat_code %>
<%= @invoice.vat_code %>
</div>
<% end %>
</div>
Expand Down

0 comments on commit bfe35bf

Please sign in to comment.