diff --git a/lib/Facture.php b/lib/Facture.php index 0abd435..6ffcd0d 100644 --- a/lib/Facture.php +++ b/lib/Facture.php @@ -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() diff --git a/templates/_form.tpl b/templates/_form.tpl index 93a0277..21142ec 100644 --- a/templates/_form.tpl +++ b/templates/_form.tpl @@ -3,7 +3,7 @@
-{include file="_foot.tpl"} \ No newline at end of file +{include file="_foot.tpl"}