Skip to content

Commit

Permalink
Merge pull request #544 from Christopher-Tihor/support-develop
Browse files Browse the repository at this point in the history
EMBCDFA-965 Update
  • Loading branch information
Christopher-Tihor authored Aug 29, 2024
2 parents a2d1fa8 + 941d1e5 commit 1cbf28a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
applItem.status.toLowerCase() !== 'dfa making mecision' &&
applItem.status.toLowerCase() !== 'dfa decision made'
"
(click)="EditApplication(applItem.applicationId, '3')"
(click)="EditApplication(applItem.applicationId, '4')"
>
Add to Clean Up Log
</button>
Expand All @@ -130,7 +130,7 @@
applItem.status.toLowerCase() !== 'dfa making mecision' &&
applItem.status.toLowerCase() !== 'dfa decision made'
"
(click)="EditApplication(applItem.applicationId, '4')"
(click)="EditApplication(applItem.applicationId, '5')"
>
Add to Damaged Items
</button>
Expand All @@ -145,7 +145,7 @@
applItem.status.toLowerCase() !== 'dfa making mecision' &&
applItem.status.toLowerCase() !== 'dfa decision made'
"
(click)="EditApplication(applItem.applicationId, '5')"
(click)="EditApplication(applItem.applicationId, '6')"
>
Add Supporting Docs
</button>
Expand All @@ -154,7 +154,7 @@
class="col-md-2 application-button whitebutton"
type="button"
*ngIf="applItem.primaryApplicantSignedDate && applItem.currentApplication === true"
(click)="EditApplication(applItem.applicationId, '2')"
(click)="EditApplication(applItem.applicationId, '3')"
>
Add Other Contacts
</button>
Expand Down

0 comments on commit 1cbf28a

Please sign in to comment.