Skip to content

Commit

Permalink
Merge pull request #152 from bcgov/sdci-97v2
Browse files Browse the repository at this point in the history
sdci-97v2
  • Loading branch information
michaeltangbcgov authored Feb 23, 2024
2 parents c73aef4 + 1d3b878 commit 91498f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/src/routes/school-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,10 @@ async function getAllSchools(req, res) {
{ property: "mailing_city", label: "City" },
{ property: "mailing_provinceCode", label: "Province" },
{ property: "mailing_postal", label: "Postal Code" },
// { property: "principalTitle", label: "Principal Title" },
{ property: "physical_addressLine1", label: "Physical Address" },
{ property: "physical_city", label: "Physical City" },
{ property: "physical_provinceCode", label: "Physical Province" },
{ property: "physical_postal", label: "Physical Postal Code" },
{ property: "firstName", label: "Principal First Name" },
{ property: "lastName", label: "Principal Last Name" },
{ property: "facilityTypeCode", label: "Type" },
Expand Down

0 comments on commit 91498f8

Please sign in to comment.