diff --git a/app/views/transactions/_transaction.html.erb b/app/views/transactions/_transaction.html.erb index 3a85069..b6859e7 100644 --- a/app/views/transactions/_transaction.html.erb +++ b/app/views/transactions/_transaction.html.erb @@ -20,7 +20,8 @@
<% if record.fee.nil? || record.fee.item_title.nil? %> - + <%= record.fee_item_title %> + <% else %> <%= record.fee.item_title %> <% end %>