From 61e3fa067a7c5986dcfefc0e6176ce9f7606a251 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Mon, 14 Apr 2025 10:58:52 +0200 Subject: [PATCH] added pipework history job --- scripts/pipework/run-weekly-email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipework/run-weekly-email.php b/scripts/pipework/run-weekly-email.php index 7834ecc72..9be27cc6f 100644 --- a/scripts/pipework/run-weekly-email.php +++ b/scripts/pipework/run-weekly-email.php @@ -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 .= <<