This commit is contained in:
2026-04-14 06:02:04 +00:00
parent f4aede28c8
commit e0125b3efb
5 changed files with 25 additions and 16 deletions

View File

@@ -16,6 +16,8 @@ class ControleurAjaxlisterprospects extends Controleur
$nom = $this->requete->getParametreFormulaire("nom");
$numeroClient = $this->requete->getParametreFormulaire("numeroClient");
$_SESSION['souscripteurAcreer'] = $nom;
$clients = $this->client->getListerProspects($typeClient, $nom, $numeroClient);