added new 8 week notice email

This commit is contained in:
Luca Haid
2025-06-05 10:14:23 +02:00
parent d9ce9da876
commit 73e3b49e0d
5 changed files with 199 additions and 3 deletions

View File

@@ -867,7 +867,7 @@ $pagination_entity_name = "Vorbestellungen";
icon_name = "industry";
}
var marker_popup_content = '<?php include(realpath(dirname(__FILE__))."/include/preorder_popup.php");?>';
var marker_popup_content = `<?php include(realpath(dirname(__FILE__))."/include/preorder_popup.php");?>`;
// popup fields
const preorder_view_url = `<?=self::getUrl("Preorder")?>/Index?filter[ucode]=${preorder.ucode}#preorder=${preorder.id}`;

View File

@@ -832,7 +832,7 @@
<tr>
<td class="py-2">
<span class="badge <?= $statusBadgeClass ?> px-2 py-1">
<?= htmlspecialchars($statusLog->data->status_code) ?>
<?= !empty($statusLog->data->status_code) ? $statusLog->data->status_code : $statusLog->data->email_type?>
</span>
</td>
<td class="py-2">