Finalisation numéro de reçu et impression adresse courriel
FossilOrigin-Name: c8806d21d99de18397e95e2a4aae69f3a68dd3c7fbb763aa987d267f0761f863
This commit is contained in:
parent
25cba953a7
commit
de086d9f72
7 changed files with 214 additions and 192 deletions
|
|
@ -10,11 +10,6 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue