This commit is contained in:
KANE LAZENI 2026-01-20 03:43:33 +00:00
parent 098ad10399
commit 713268a978
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
?> ?>
<h4> <h4>
<?= _("Entrées / sorties des assurés de la police") . " => " . $_SESSION['numeroPolice_C'] . " => " . $_SESSION['idPolice_C'] . " (".$this->nettoyer($_SESSION['nomClient_C']).")" ?> <?= _("Entrées / sorties des assurés de la police") . " => " . $_SESSION['numeroPolice_C'] . " => " . $_SESSION['idPolice_C'] . " => " . $this->nettoyer($_SESSION['nomClient_C']) ?>
</h4> </h4>
<table class="table table-responsive table-condensed" style='font-size:10pt;'> <table class="table table-responsive table-condensed" style='font-size:10pt;'>

View File

@ -3,7 +3,7 @@
?> ?>
<h4> <h4>
<?= _("Validation Entrées / sorties de la police") . " => " . $_SESSION['numeroPolice_C'] . " => " . $_SESSION['idPolice_C'] . " (".$this->nettoyer($_SESSION['nomClient_C']).")" ?> <?= _("Validation Entrées / sorties de la police") . " => " . $_SESSION['numeroPolice_C'] . " => " . $_SESSION['idPolice_C'] . " => " . $this->nettoyer($_SESSION['nomClient_C']) ?>
</h4> </h4>
<table class="table table-responsive table-condensed" style='font-size:10pt;'> <table class="table table-responsive table-condensed" style='font-size:10pt;'>