fin gestion signature
FossilOrigin-Name: f835cb26e8e66bb7b9fbcb365a652cb67ca2757328b5fca8677b2c31f75aa6af
This commit is contained in:
parent
f9f59d7454
commit
b819562bc6
7 changed files with 32 additions and 41 deletions
|
|
@ -21,11 +21,10 @@ $adresseAsso = Utils::getAdresseAsso();
|
|||
|
||||
$signature =
|
||||
(null !== $plugin->getConfig('signature')) ?
|
||||
WWW_URL . $plugin->getConfig('signature') :
|
||||
PLUGIN_ROOT . "/data/default_signature.png";
|
||||
error_log("GP : signature = " . $signature);
|
||||
\Garradin\Files\Files::get($plugin->getConfig('signature'))->fullpath() :
|
||||
\Garradin\WWW_URL . "plugin/recusFiscaux/default_signature.png";
|
||||
|
||||
$listeFichiers = [];
|
||||
$listeFichiers = []; // fichiers pdf générés
|
||||
|
||||
foreach ($versementsSelectionnes as $ligne)
|
||||
{
|
||||
|
|
@ -66,4 +65,3 @@ $fichierZip = Utils::makeArchive(
|
|||
$_SESSION['annee_recu'],
|
||||
PLUGIN_ROOT . "/zip"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue