We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96bbfda + 29c039e commit f3ec9adCopy full SHA for f3ec9ad
src/api/services/admin/nars-dis-reporting-service.ts
@@ -97,8 +97,6 @@ export class NarsDisabilityReportingService {
97
let disGrant = otherFunds.find((f) => f.request_type_id == 29);
98
let disSEGrant = otherFunds.find((f) => f.request_type_id == 30);
99
100
- if (!disSEGrant) return []; // this should only be people who were funding through CSGDSE
101
-
102
if (disGrant) csg_d = Math.ceil(disGrant.disbursed_amount);
103
if (disGrant) csg_d_date = disGrant.disbursed_date;
104
if (disGrant) csg_di_date = disGrant.issue_date;
0 commit comments