From 70a03a60a5bd110b2ffbbfa2a47254a129ca8af8 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Mon, 5 Jan 2026 13:23:12 +0100 Subject: [PATCH] FIX Accountancy - Not being able to reopen a closed fiscal year by simply editing its information (#36798) --- htdocs/accountancy/admin/fiscalyear_card.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/htdocs/accountancy/admin/fiscalyear_card.php b/htdocs/accountancy/admin/fiscalyear_card.php index 08c9a3a5dc2..b4b24db90de 100644 --- a/htdocs/accountancy/admin/fiscalyear_card.php +++ b/htdocs/accountancy/admin/fiscalyear_card.php @@ -1,7 +1,7 @@ - * Copyright (C) 2018-2024 Frédéric France - * Copyright (C) 2025 MDW +/* Copyright (C) 2014-2026 Alexandre Spangaro + * Copyright (C) 2018-2024 Frédéric France + * Copyright (C) 2025 MDW * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -211,7 +211,9 @@ if ($action == 'create') { print ''."\n"; // Label - print ''; + print ''; // Date start print '
'.$langs->trans("Label").'
'.$langs->trans("Label").''; + print ''; + print '
'.$langs->trans("DateStart").''; @@ -257,6 +259,7 @@ if (($id || $ref) && $action == 'edit') { print '
'."\n"; print ''; print ''; + print ''; print ''; if ($backtopage) { print '';