Skip to content

Commit

Permalink
added missing billing profile vat code to invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Sep 25, 2023
1 parent 24902e5 commit 5ef1e60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/invoices/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
<%= I18n.l(@invoice.paid_at) %>
</div>
<% end %>
<% if @invoice.billing_vat_code.present? %>
<div class="item">
<div class="header"><%= t('billing_profiles.vat_code') %></div>
<%= @invoice.billing_vat_code %>
</div>
<% end %>
</div>
</div>
<div class="column sixteen wide">
Expand Down

0 comments on commit 5ef1e60

Please sign in to comment.