Skip to content

Commit

Permalink
Add firstName and lastName to approval email
Browse files Browse the repository at this point in the history
  • Loading branch information
rlho committed Apr 16, 2024
1 parent 38d71cd commit 12c2e21
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ <h2>Room Reservation Request</h2>
<?= roomId ?>
</p>

<p>
First name:
<?= firstName ?>
</p>
<p>
Last name:
<?= lastName ?>
</p>

<p>
Email:
<?= email ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
<?= roomId ?>
</p>

<p>
First name:
<?= firstName ?>
</p>
<p>
Last name:
<?= lastName ?>
</p>
<p>
Email:
<?= email ?>
Expand Down

0 comments on commit 12c2e21

Please sign in to comment.