added pipework history job

This commit is contained in:
Luca Haid
2025-04-14 10:58:52 +02:00
parent 3ca786d9da
commit 61e3fa067a

View File

@@ -184,7 +184,7 @@ HTML;
$street = htmlspecialchars($item->building_street ?? 'N/A');
$city = htmlspecialchars($item->building_city ?? 'N/A');
$label = htmlspecialchars($item->item_label ?? 'N/A');
$editedAt = date("Y-m-d H:i", $item->last_edited_at); // Shortened format for space
$editedAt = date("d.m.Y H:i", $item->last_edited_at); // Shortened format for space
$html .= <<<HTML
<tr style="border-bottom: 1px solid #e5e7eb;">