Suppression possibilité générer reçu dons et cotisations

This commit is contained in:
Jean-Christophe Engel 2025-03-21 20:32:41 +01:00
parent 060802a43d
commit 4ee3f65d0a
3 changed files with 9 additions and 38 deletions

View file

@ -44,16 +44,6 @@ class Facture
'accounts' => [],
'label' => 'Facture',
'help' => ''],
CERFA => [
'id' => CERFA,
'accounts' => [],
'label' => 'Reçu fiscal',
'help' => 'Reçu fiscal pour un don (membre ou client)'],
COTIS => [
'id' => COTIS,
'accounts' => [],
'label' => 'Reçu de cotisation',
'help' => 'Reçu pour une cotisation payée par un·e membre'],
];
public function __construct()