Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Agility ticket
Summary
Some of the LOA fields were pointing to the wrong data. This fixes that.
How to test
look for the entry with
devlocal
in the subject column and update that row toallow_pptas
the subject column will look something like this
/C=US/ST=DC/L=Washington/O=Truss/OU=AppClientTLS/CN=devlocal
Important
Make sure you're using a valid TAC. You must also update the dates in the TAC and LOA tables to include this year.
All dates should be within
lines_of_accounting.loa_bgn_dt
andlines_of_accounting.loa_end_dt
All dates should be within
transportation_accounting_codes.trnsprtn_acnt_bgn_dt
andtransportation_accounting_codes.trnsprtn_acnt_end_dt
You can use the queries below to update the dates for
E12A
tac line. Make sure you update the orders in the move to use the right tacUPDATE transportation_accounting_codes SET trnsprtn_acnt_end_dt = date('2026-01-01') WHERE tac = 'E12A'
update lines_of_accounting set loa_end_dt = date('2026-01-01') where id = '06254fc3-b763-484c-b555-42855d1ad5cd'
PPTAS working spreadsheet (27 June 2024) Jays Comments Dan Notes.xlsx