Skip to content

Commit

Permalink
report display yorku_id if username nil
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Nov 20, 2024
1 parent 2d6f433 commit 7d21b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/reports/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<td><%= link_to t.id, report_transaction_path(t.id) %></td>
<td><%= format_date t.created_at %></td>
<td><%= number_to_currency (t.amount == nil ? t.total_amount_fees : t.amount) %></td>
<td><%= t.yorku_id %></td>
<td><%= t.user_primary_id ? t.user_primary_id : t.yorku_id %></td>
<td><%= library_name t.library_id %></td>
<td><%= t.status %></td>
<td>
Expand Down

0 comments on commit 7d21b55

Please sign in to comment.