remplacement logo CERFA par logo association ; ticket cba1436170

FossilOrigin-Name: 629e57908a411fe551d90efe1eb054ec4357c20d05f325bdc7fa0a0e24858598
This commit is contained in:
engel 2022-03-23 10:00:37 +00:00
parent 3f077d0349
commit 944f819fec
6 changed files with 71 additions and 29 deletions

View file

@ -10,6 +10,12 @@ if (null !== $default_signature_file) {
$default_signature_file->delete();
}
// logo par défaut
$default_logo_file = \Garradin\Files\Files::get('skel/plugin/recusfiscaux/default_logo.png');
if (null !== $default_logo_file) {
$default_logo_file->delete();
}
// signature réelle
$signature = $plugin->getConfig('signature');
if (null !== $signature) {