corrections erreurs désinstallation et génération reçus
FossilOrigin-Name: bf921ff8922652b165537fd1a2e9cf7661becaab65484213c9f93f9685ef66c4
This commit is contained in:
parent
cc6c46f59d
commit
95c8063083
8 changed files with 65 additions and 23 deletions
|
|
@ -4,4 +4,7 @@ use Garradin\Entities\Files\File;
|
|||
|
||||
// « signature » par défaut à remplacer (voir l'onglet de configuration)
|
||||
$path = __DIR__ . '/data/default_signature.png';
|
||||
$_SESSION['default_signature_file'] = (new File)->createAndStore('skel/plugin/recusfiscaux','default_signature.png', $path, null);
|
||||
$default_signature_file = (new File)->createAndStore('skel/plugin/recusfiscaux',
|
||||
'default_signature.png',
|
||||
$path,
|
||||
null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue