diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html index fc806e7..23103bb 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html @@ -82,9 +82,9 @@ {{t.date | date:'MM-dd-yyyy'}} - {{t.type === 0 ? 'Cash' : 'Check'}} + {{t.typeId === 2 ? 'Cash' : (t.typeId === 1 ? 'Check' : 'NA')}} {{t.checkNumber}} - {{t.fund === 0 ? 'General' : 'Missions'}} + {{t.fundId === 1 ? 'General' : (t.fundId === 2 ? 'Missions' : 'NA')}} {{t.description}} {{t.amount | currency}}