add two funeral homes
parent
ff4c64dde2
commit
4d811e25da
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue