From 0b4e2f3b905cf506b3bf129bca99f71ba559fb0d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 4 Nov 2025 13:02:32 +0100 Subject: [PATCH] Fix CI --- htdocs/accountancy/admin/index.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/htdocs/accountancy/admin/index.php b/htdocs/accountancy/admin/index.php index c999e44d813..49e773712bf 100644 --- a/htdocs/accountancy/admin/index.php +++ b/htdocs/accountancy/admin/index.php @@ -238,11 +238,9 @@ if ($action == 'update_export') { // Export options $modelcsv = GETPOSTINT('ACCOUNTING_EXPORT_MODELCSV'); - if (!$error) { - // reload - $configuration = $accountancyexport->getTypeConfig(); - $listparam = $configuration['param']; - } + // reload + $configuration = $accountancyexport->getTypeConfig(); + $listparam = $configuration['param']; if (!empty($modelcsv)) { if (!dolibarr_set_const($db, 'ACCOUNTING_EXPORT_MODELCSV', $modelcsv, 'chaine', 0, '', $conf->entity)) {