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,8 +21,12 @@ $totalPersonnes = cumulerVersements($versementsSelectionnes);
|
|||
$nomAsso = Utils::getNomAsso();
|
||||
$adresseAsso = Utils::getAdresseAsso();
|
||||
|
||||
$signature = PLUGIN_ROOT . "/data/default_signature.png";
|
||||
$listeFichiers = [];
|
||||
$signature =
|
||||
(null !== $plugin->getConfig('signature')) ?
|
||||
\Garradin\Files\Files::get($plugin->getConfig('signature'))->fullpath() :
|
||||
\Garradin\WWW_URL . "plugin/recusFiscaux/default_signature.png";
|
||||
|
||||
$listeFichiers = []; // fichiers pdf générés
|
||||
|
||||
foreach ($totalPersonnes as $idPersonne => $personne)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue