From 9412c9632ee7c927840d222022c1148a96f79349 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Tue, 19 Nov 2024 07:15:17 -0500 Subject: [PATCH] more payment history display tweaking --- app/views/transactions/_transaction.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %>