From a02e79a33a98736f7c0e0ef86c0b48c4e8a3f9e3 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Tue, 19 Dec 2023 18:14:08 +0100 Subject: [PATCH] fix sancho mail template kurzbz too long --- application/libraries/AntragLib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/AntragLib.php b/application/libraries/AntragLib.php index 46d21df05..96c1a90d8 100644 --- a/application/libraries/AntragLib.php +++ b/application/libraries/AntragLib.php @@ -1728,7 +1728,7 @@ class AntragLib if (isset($lvs['repeat_last'])) { $repeat_last = true; unset($lvs['repeat_last']); - $vorlage .= '_Last'; + $vorlage .= '_Lst'; } foreach ($lvs as $sem => $lv_list) { $lvs_filtered = array_filter($lv_list, function ($el) {