From 826225f07fe770ff9741bd894c960ac9e6ee87c7 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Mon, 18 Mar 2024 15:26:33 +0100 Subject: [PATCH] [HistoricTicket] fixed filter, fixed date, added enter submit handling --- Layout/default/HistoricTicket/Index.php | 8 ++++---- application/HistoricTicket/HistoricTicketModel.php | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Layout/default/HistoricTicket/Index.php b/Layout/default/HistoricTicket/Index.php index 31ab6b7ce..aee3fb861 100644 --- a/Layout/default/HistoricTicket/Index.php +++ b/Layout/default/HistoricTicket/Index.php @@ -37,7 +37,7 @@ include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php")