diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php index 59217213de3..870475ca6b4 100644 --- a/htdocs/accountancy/bookkeeping/list.php +++ b/htdocs/accountancy/bookkeeping/list.php @@ -4,7 +4,7 @@ * Copyright (C) 2013-2025 Alexandre Spangaro * Copyright (C) 2022 Lionel Vessiller * Copyright (C) 2016-2017 Laurent Destailleur - * Copyright (C) 2018-2024 Frédéric France + * Copyright (C) 2018-2025 Frédéric France * Copyright (C) 2022 Progiseize * Copyright (C) 2024 MDW * @@ -82,7 +82,7 @@ $search_date_export_start = GETPOSTDATE('search_date_export_start', 'getpost'); $search_date_export_end = GETPOSTDATE('search_date_export_end', 'getpostend'); $search_date_validation_start = GETPOSTDATE('search_date_validation_start', 'getpost'); -$search_date_validation_start = GETPOSTDATE('search_date_validation_end', 'getpostend'); +$search_date_validation_end = GETPOSTDATE('search_date_validation_end', 'getpostend'); // Due date start $search_date_due_start_day = GETPOSTINT('search_date_due_start_day');