Text copy
This commit is contained in:
@@ -110,4 +110,10 @@ class Police extends Modele {
|
||||
return $ligne['nb_non_facturees'];
|
||||
}
|
||||
|
||||
public function getTextecp($id) {
|
||||
$sql = 'select texteCp from police where (id=?)';
|
||||
$textecp = $this->executerRequete($sql, array($id));
|
||||
return $textecp->fetch(PDO::FETCH_ASSOC);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user