This commit is contained in:
Laurent Destailleur
2025-11-04 13:02:32 +01:00
parent 6584ed2d6d
commit 0b4e2f3b90

View File

@@ -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)) {