Add the service description to the appointment email notifications (#1374).

This commit is contained in:
Alex Tselegidis 2023-07-03 10:07:10 +02:00
parent 4d58075ef7
commit 9828cd2fbf
2 changed files with 18 additions and 0 deletions

View File

@ -81,6 +81,15 @@
</td>
</tr>
<tr>
<td class="label" style="padding: 3px;font-weight: bold;">
<?= lang('description') ?>
</td>
<td style="padding: 3px;">
<?= e($service['description']) ?>
</td>
</tr>
<?php if ( ! empty($appointment['location'])): ?>
<tr>
<td class="label" style="padding: 3px;font-weight: bold;">

View File

@ -85,6 +85,15 @@
</td>
</tr>
<tr>
<td class="label" style="padding: 3px;font-weight: bold;">
<?= lang('description') ?>
</td>
<td style="padding: 3px;">
<?= e($service['description']) ?>
</td>
</tr>
<?php if ( ! empty($appointment['location'])): ?>
<tr>
<td class="label" style="padding: 3px;font-weight: bold;">