From b143b376a15605c4e0570e7d715033ebe8d6ac54 Mon Sep 17 00:00:00 2001 From: Elaine Krauss Date: Fri, 5 Aug 2022 11:22:09 -0400 Subject: [PATCH] Updates the transactions page to display transaction_id and back_reference_trans_id_number --- .../f3x/create-workflow/create-f3x-step3.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front-end/src/app/reports/f3x/create-workflow/create-f3x-step3.component.html b/front-end/src/app/reports/f3x/create-workflow/create-f3x-step3.component.html index 912780b31d..6c51c5194e 100644 --- a/front-end/src/app/reports/f3x/create-workflow/create-f3x-step3.component.html +++ b/front-end/src/app/reports/f3x/create-workflow/create-f3x-step3.component.html @@ -79,10 +79,10 @@
Transactions during coverage dates
{{ item.contribution_aggregate | currency }} - {{ item.id }} + {{ item.transaction_id }} - {{ item.parent_transaction_id }} + {{ item.back_reference_tran_id_number }}