From 6ef86d2f85eae4cb6ff1015b2fab932f8d46c935 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Feb 2024 21:54:15 +0100 Subject: [PATCH] Fix restore non mandatory --- htdocs/accountancy/admin/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/accountancy/admin/card.php b/htdocs/accountancy/admin/card.php index 75006e6ffb3..7f2bf439c09 100644 --- a/htdocs/accountancy/admin/card.php +++ b/htdocs/accountancy/admin/card.php @@ -257,9 +257,9 @@ if ($action == 'create') { print ''; // Chart of accounts type - print ''; + print ''; print $form->textwithpicto($langs->trans("Pcgtype"), $langs->transnoentitiesnoconv("PcgtypeDesc")); - print ''; + print ''; print ''; print ''; // autosuggest from existing account types if found