a
This commit is contained in:
@@ -1301,5 +1301,12 @@ public function getTarifActeAdherent($idAdherent)
|
||||
|
||||
$this->executerRequete($sql, array($idOtpprestation, $otpStatus, $user));
|
||||
}
|
||||
|
||||
public function getVersionTagCarteEncours() {
|
||||
$sql = 'SELECT versionTagCarte FROM societeuser LIMIT 1;';
|
||||
$resultat = $this->executerRequete($sql);
|
||||
$ligne = $resultat->fetch(PDO::FETCH_ASSOC);
|
||||
return $ligne['versionTagCarte'];
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user