Skip to content

Commit

Permalink
Merge pull request #433 from fecgov/feature/124-transaction-uuids
Browse files Browse the repository at this point in the history
Updates columns on the manage transaction page
  • Loading branch information
mjtravers authored Aug 9, 2022
2 parents af05fe6 + b143b37 commit 7943154
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 7943154

Please sign in to comment.