This commit is contained in:
2025-12-26 15:21:31 +00:00
parent f101e00b5e
commit ee482c828f
2 changed files with 3 additions and 2 deletions

View File

@@ -18,8 +18,6 @@ class ControleurFichepolice extends Controleur {
$this->police = new Police();
$this->quittance = new Quittance();
$this->tarif = new Tarifsactes();
$_SESSION['modeDevis'] = "0";
}