diff --git a/views/print/pdf/ssm.cemetery.contract.ejs b/views/print/pdf/ssm.cemetery.contract.ejs index 3cd21241..e5c5e5a5 100644 --- a/views/print/pdf/ssm.cemetery.contract.ejs +++ b/views/print/pdf/ssm.cemetery.contract.ejs @@ -11,7 +11,7 @@ const purchaser = purchaserOccupants.length > 0 ? purchaserOccupants[0] : undefined; - const recipientLotOccupantTypes = ["Deceased", "Preneed Owner"]; + const recipientLotOccupantTypes = ["Deceased", "Preneed Owner", "Purchaser"]; let recipientOccupants = []; for (const recipientLotOccupantType of recipientLotOccupantTypes) {