d
This commit is contained in:
parent
24873c6e1a
commit
b947bb9cf5
|
|
@ -41,6 +41,8 @@ class ControleurCreeradherent extends Controleur {
|
||||||
$this->adherent = new Adherent();
|
$this->adherent = new Adherent();
|
||||||
$this->beneficiaire = new Beneficiaire();
|
$this->beneficiaire = new Beneficiaire();
|
||||||
$this->naturepiece = (new Naturepiece())->getListe();
|
$this->naturepiece = (new Naturepiece())->getListe();
|
||||||
|
var_dump("OK");
|
||||||
|
die();
|
||||||
$this->sexe = (new Sexe())->getListe();
|
$this->sexe = (new Sexe())->getListe();
|
||||||
$this->situationfamille = (new Situationfamille())->getListe();
|
$this->situationfamille = (new Situationfamille())->getListe();
|
||||||
$this->pays = new Pays();
|
$this->pays = new Pays();
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ function raffraichier_gabarit()
|
||||||
{
|
{
|
||||||
$("#div_ajaxgabarit").html(data);
|
$("#div_ajaxgabarit").html(data);
|
||||||
|
|
||||||
codeSociete = $("#codeSociete").val();
|
codeSociete = $("#codeSociete_C").val();
|
||||||
vue = $("#vue").val();
|
vue = $("#vue").val();
|
||||||
|
|
||||||
if((codeSociete == undefined || codeSociete <= " ") && vue !="Connexion"){
|
if((codeSociete == undefined || codeSociete <= " ") && vue !="Connexion"){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user