Skip to content

Commit

Permalink
#274 - Merge Release branch v2.3.0 to main (#4260)
Browse files Browse the repository at this point in the history
Release 2.3 from intermediate branch.

#4223 [- Student Bridge Match - PPD
Status Not Importing
](ffb5aa5)

---------

Co-authored-by: Shashank Shekhar <[email protected]>
Co-authored-by: Andrew Boni Signori <[email protected]>
Co-authored-by: Dheepak Ramanathan <[email protected]>
  • Loading branch information
4 people authored Jan 17, 2025
1 parent 0d5deff commit da9f0dc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ export class SFASIndividualService {
): Promise<SFASIndividual> {
const individual = await this.sfasIndividualRepo
.createQueryBuilder("individual")
.select(["individual.id", "individual.pdStatus"])
.select([
"individual.id",
"individual.pdStatus",
"individual.ppdStatus",
"individual.ppdStatusDate",
])
.where("lower(individual.lastName) = :lastName", {
lastName: lastName.toLowerCase(),
})
Expand Down

0 comments on commit da9f0dc

Please sign in to comment.