forked from mirrors/easyappointments
Add the service description to the appointment email notifications (#1374).
This commit is contained in:
parent
4d58075ef7
commit
9828cd2fbf
2 changed files with 18 additions and 0 deletions
|
@ -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;">
|
||||
|
|
|
@ -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;">
|
||||
|
|
Loading…
Reference in a new issue