petite correction

FossilOrigin-Name: a8fe54cfeb3448db309659640e15c0ed9fc1e4157321db1ff663145c52926566
This commit is contained in:
engel 2022-02-19 13:35:13 +00:00
parent b9d97d9914
commit c8319d767a
1 changed files with 1 additions and 2 deletions

View File

@ -5,13 +5,12 @@ namespace Garradin;
use Garradin\Plugin\RecusFiscaux\Personne;
use Garradin\Plugin\RecusFiscaux\Utils;
$_SESSION['taux_reduction'] = $_POST['taux_reduction'];
// vérifier si l'année a bien été sélectionnée au préalable
$_SESSION['annee_recu'] = f('annee_recu');
if (! isset($_SESSION['annee_recu']) || $_SESSION['annee_recu'] == "") {
\Garradin\Utils::redirect(PLUGIN_URL . 'index.php');
}
$_SESSION['taux_reduction'] = $_POST['taux_reduction'];
// versements totaux par personne
$_SESSION['lesVersementsTotaux'] = Utils::getVersementsTotaux($_SESSION['annee_recu']);