Début ajout fonctionnalités demandées :

- paramétrer le numéro de reçu
- imprimer à la demande l'adresse de courriel

FossilOrigin-Name: 10c1ca642474c2b00b7d0197afc736f2c2aca3b453808ac1fda19e14b0acc092
This commit is contained in:
engel 2023-01-19 16:54:00 +00:00
parent b077f70fb3
commit e219afb405
5 changed files with 127 additions and 32 deletions

View file

@ -10,6 +10,11 @@ if (! isset($_SESSION['annee_recu']) || $_SESSION['annee_recu'] == "")
$_SESSION['annee_recu'] = date("Y") - 1;
}
// error_log("config=" . print_r($plugin->getConfig(), true));
// error_log("articlesCGI=" . print_r($plugin->getConfig('articlesCGI'), true));
// error_log("reduction=" . print_r($plugin->getConfig('reduction'), true));
// error_log("numerotation=" . print_r($plugin->getConfig('numerotation'), true));
// nombre de taux de réduction activés
$nbTaux = 0;
foreach ($plugin->getConfig('reduction') as $taux)