a
This commit is contained in:
parent
2fde2b09ad
commit
639f7fb443
|
|
@ -2,11 +2,11 @@
|
||||||
require_once 'Framework/Modele.php';
|
require_once 'Framework/Modele.php';
|
||||||
class Beneficiaire_temp extends Modele {
|
class Beneficiaire_temp extends Modele {
|
||||||
|
|
||||||
public function getBeneficiaire_temp($idAdherent, $dateEntree, $user, $prorata)
|
public function getBeneficiaire_temp($idAdherent, $dateEntree, $user, $prorata, $fraisCarte)
|
||||||
{
|
{
|
||||||
$sql = 'call sp_init_beneficiaire(?, ?, ?, ?)';
|
$sql = 'call sp_init_beneficiaire(?, ?, ?, ?, ?)';
|
||||||
|
|
||||||
$adherent_temp = $this->executerRequete($sql, array($idAdherent, $dateEntree, $user, $prorata));
|
$adherent_temp = $this->executerRequete($sql, array($idAdherent, $dateEntree, $user, $prorata, $fraisCarte));
|
||||||
return $adherent_temp->fetch();
|
return $adherent_temp->fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user