include purchaser in recipient list
parent
8a22aa1ca5
commit
e995c156b3
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
const purchaser = purchaserOccupants.length > 0 ? purchaserOccupants[0] : undefined;
|
const purchaser = purchaserOccupants.length > 0 ? purchaserOccupants[0] : undefined;
|
||||||
|
|
||||||
const recipientLotOccupantTypes = ["Deceased", "Preneed Owner"];
|
const recipientLotOccupantTypes = ["Deceased", "Preneed Owner", "Purchaser"];
|
||||||
|
|
||||||
let recipientOccupants = [];
|
let recipientOccupants = [];
|
||||||
for (const recipientLotOccupantType of recipientLotOccupantTypes) {
|
for (const recipientLotOccupantType of recipientLotOccupantTypes) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue