modifications mineures navigation
FossilOrigin-Name: 264b5e6f25d45772f9e3e62c4b9bc2bcb539a3bcbc227c85a2fde5c4246473c5
This commit is contained in:
parent
9c64e19f4c
commit
7b9b0fda13
4 changed files with 10 additions and 3 deletions
|
|
@ -7,7 +7,8 @@ use Garradin\Plugin\RecusFiscaux\Utils;
|
|||
|
||||
// vérifier si le taux de réduction a été sélectionné au préalable
|
||||
$_SESSION['taux_reduction'] = f('taux_reduction');
|
||||
if (! isset($_SESSION['taux_reduction']) || $_SESSION['taux_reduction'] == "") {
|
||||
if (! isset($_SESSION['taux_reduction']) || $_SESSION['taux_reduction'] == "")
|
||||
{
|
||||
\Garradin\Utils::redirect(PLUGIN_URL . 'index.php');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue