a
This commit is contained in:
parent
ec1c2cb4a4
commit
8bfbdbb004
|
|
@ -20,8 +20,8 @@ class ControleurMouvementassure extends Controleur {
|
|||
|
||||
public function index() {
|
||||
var_dump(array("idPolice"=>$_SESSION['idPolice_C']));
|
||||
exit();
|
||||
// $this->police->getContextePoliceId($idPolice);
|
||||
$idPolice = $_SESSION['idPolice_C'];
|
||||
$this->police->getContextePoliceId($idPolice);
|
||||
$mvt_valide = $this->oui_non->getListe();
|
||||
$mvt_ajoutClient = $this->oui_non->getListe();
|
||||
$this->genererVue(array('sensmouvement' => $this->sensmouvement
|
||||
|
|
|
|||
|
|
@ -45219,7 +45219,6 @@ function selectionner_consulter_mvt_police(idPolice)
|
|||
{
|
||||
donnees = 'idPolice='+idPolice;
|
||||
|
||||
alert(donnees);
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxcontextpolice/",
|
||||
type : 'post',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user