correction faute de frappe dans config.json
FossilOrigin-Name: 5595d6a14b941ccaecc9c4a8d0da6ec0b3a78e91f9d7f0ef47a98bcdb34b1c3f
This commit is contained in:
parent
d2289b49db
commit
ca09c2cf9d
5 changed files with 18 additions and 2 deletions
|
|
@ -59,6 +59,10 @@ if (f('save') && $form->check('recusfiscaux_config'))
|
|||
$plugin->setConfig('signature', $_SESSION['sig_file'][0]->path);
|
||||
}
|
||||
|
||||
// autres informations
|
||||
// ville
|
||||
$plugin->setConfig('ville_asso', trim(f('ville_asso'));
|
||||
|
||||
\Garradin\Utils::redirect(PLUGIN_URL . 'config.php?ok');
|
||||
}
|
||||
catch (UserException $e)
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ foreach ($versementsSelectionnes as $ligne)
|
|||
$plugin->getConfig('objet_asso'),
|
||||
$plugin->getConfig('nom_responsable'),
|
||||
$plugin->getConfig('fonction_responsable'),
|
||||
$plugin->getConfig('ville_asso');
|
||||
$articlesCGI,
|
||||
$signature
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue