Skip to content

Commit

Permalink
Updates the transactions page to display transaction_id and back_refe…
Browse files Browse the repository at this point in the history
…rence_trans_id_number
  • Loading branch information
Elaine-Krauss-TCG committed Aug 5, 2022
1 parent 5cef2d9 commit b143b37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ <h5 class="m-0">Transactions during coverage dates</h5>
{{ item.contribution_aggregate | currency }}
</td>
<td>
{{ item.id }}
{{ item.transaction_id }}
</td>
<td>
{{ item.parent_transaction_id }}
{{ item.back_reference_tran_id_number }}
</td>
<td>
<p-button pRipple icon="pi pi-ellipsis-v" styleClass="p-button-text" ariaLabel="action"></p-button>
Expand Down

0 comments on commit b143b37

Please sign in to comment.