a
This commit is contained in:
parent
cf43c4d3f0
commit
42388b0316
|
|
@ -28,7 +28,7 @@ class ControleurGcfacturescumul extends Controleur
|
||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
// $gc = $this->gc->getListe() ;
|
$gc = $this->gc->getListe() ;
|
||||||
|
|
||||||
$this->genererVue(array('gc' => $gc, 'periode' => $this->periode, 'exercice' => $this->exercice, 'periode2' => $this->periode2, 'exercice2' => $this->exercice2));
|
$this->genererVue(array('gc' => $gc, 'periode' => $this->periode, 'exercice' => $this->exercice, 'periode2' => $this->periode2, 'exercice2' => $this->exercice2));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ class Gestionconfiee extends Modele {
|
||||||
{
|
{
|
||||||
$sql = 'SELECT codeGcAssureur as `code`, libelle FROM gc_assureur order by libelle';
|
$sql = 'SELECT codeGcAssureur as `code`, libelle FROM gc_assureur order by libelle';
|
||||||
// $resultat = $this->executerRequete($sql,array($_SESSION['codeSociete']));
|
// $resultat = $this->executerRequete($sql,array($_SESSION['codeSociete']));
|
||||||
$resultat = $this->executerRequete($sql));
|
$resultat = $this->executerRequete($sql);
|
||||||
return $resultat->fetchAll(PDO::FETCH_ASSOC);
|
return $resultat->fetchAll(PDO::FETCH_ASSOC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user