correction bug / netoyage du code

This commit is contained in:
pierre renaudot
2024-01-12 11:12:03 +01:00
parent c5796a4bf2
commit 08f7cea2dc
5 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
<div class="col-3 mb-4">
<br>
<?php
if ($_SESSION['typeU'] != 'comptable') {
if ($typeU != 'comptable') {
echo '<h3>Gérer mes fiches de frais</h3>';
} else { ?>