add two funeral homes

deepsource-autofix-76c6eb20
Dan Gowans 2022-12-06 10:28:48 -05:00
parent ff4c64dde2
commit 4d811e25da
2 changed files with 52 additions and 0 deletions

View File

@ -203,6 +203,32 @@ function getFuneralHome(funeralHomeKey) {
occupantEmailAddress: ""
};
}
case "BK": {
return {
lotOccupantTypeId: funeralDirectorLotOccupantType.lotOccupantTypeId,
occupantName: "Barton and Kiteley",
occupantAddress1: "",
occupantAddress2: "",
occupantCity: "Sault Ste. Marie",
occupantProvince: "ON",
occupantPostalCode: "",
occupantPhoneNumber: "",
occupantEmailAddress: ""
};
}
case "DA": {
return {
lotOccupantTypeId: funeralDirectorLotOccupantType.lotOccupantTypeId,
occupantName: "Damignani Burial, Cremation and Transfer Service",
occupantAddress1: "215 St. James Street",
occupantAddress2: "",
occupantCity: "Sault Ste. Marie",
occupantProvince: "ON",
occupantPostalCode: "P6A 1P7",
occupantPhoneNumber: "705-759-8456",
occupantEmailAddress: ""
};
}
case "NO": {
return {
lotOccupantTypeId: funeralDirectorLotOccupantType.lotOccupantTypeId,

View File

@ -447,6 +447,32 @@ function getFuneralHome(funeralHomeKey: string): recordTypes.LotOccupancyOccupan
occupantEmailAddress: ""
};
}
case "BK": {
return {
lotOccupantTypeId: funeralDirectorLotOccupantType.lotOccupantTypeId,
occupantName: "Barton and Kiteley",
occupantAddress1: "",
occupantAddress2: "",
occupantCity: "Sault Ste. Marie",
occupantProvince: "ON",
occupantPostalCode: "",
occupantPhoneNumber: "",
occupantEmailAddress: ""
};
}
case "DA": {
return {
lotOccupantTypeId: funeralDirectorLotOccupantType.lotOccupantTypeId,
occupantName: "Damignani Burial, Cremation and Transfer Service",
occupantAddress1: "215 St. James Street",
occupantAddress2: "",
occupantCity: "Sault Ste. Marie",
occupantProvince: "ON",
occupantPostalCode: "P6A 1P7",
occupantPhoneNumber: "705-759-8456",
occupantEmailAddress: ""
};
}
case "NO": {
return {
lotOccupantTypeId: funeralDirectorLotOccupantType.lotOccupantTypeId,