test gestion signature

FossilOrigin-Name: a6b1717eeee8e4c3a852ccd1363d47e4cbe561476fcc0d0eb08a0615b85bcc17
This commit is contained in:
engel 2022-02-24 10:28:08 +00:00
parent 3aa094f4db
commit f9f59d7454
6 changed files with 64 additions and 25 deletions

View file

@ -19,7 +19,12 @@ foreach ($lesLignes as $ligne) {
$nomAsso = Utils::getNomAsso();
$adresseAsso = Utils::getAdresseAsso();
$signature = PLUGIN_ROOT . "/data/default_signature.png";
$signature =
(null !== $plugin->getConfig('signature')) ?
WWW_URL . $plugin->getConfig('signature') :
PLUGIN_ROOT . "/data/default_signature.png";
error_log("GP : signature = " . $signature);
$listeFichiers = [];
foreach ($versementsSelectionnes as $ligne)