calcul des demande en attente erroné, dans la barre utilisateur n'est pas égale aux demandes en attente + en cours.
non prise en compte d'un ticket supprimée
[Corrigé 2.2] calcul des demande en attente erroné
GestSup: 3.2.47 | Debian: 12 | Apache: 2.4.59 | MariaDB: 11.5.2 | PHP: 8.3.12 | https://doc.gestsup.fr/
ligne 130 index.php, non prise en compte des ticket supprimé
Code : Tout sélectionner
SELECT count(*) FROM `tincidents` WHERE $profile='$uid' and (state LIKE '1' OR state LIKE '2') AND disable='0'"
remplace
SELECT count(*) FROM `tincidents` WHERE $profile='$uid' and (state LIKE '1' OR state LIKE '2')
GestSup: 3.2.47 | Debian: 12 | Apache: 2.4.59 | MariaDB: 11.5.2 | PHP: 8.3.12 | https://doc.gestsup.fr/