a
This commit is contained in:
parent
50bfed6084
commit
c4edb91d65
|
|
@ -20,6 +20,14 @@ class ControleurAjaxavenantretrait extends Controleurrequete
|
|||
$idPolice = $_SESSION['idPolice_C'];
|
||||
$idAvenant = $this->requete->getParametreFormulaire("idAvenant");
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"idPolice" => $idPolice,
|
||||
"idAvenant" => $idAvenant,
|
||||
)
|
||||
);
|
||||
exit;
|
||||
|
||||
/*
|
||||
$entetecp = $this->police->getEnteteCP($idPolice);
|
||||
$collegecps = $this->police->getCollegesCP($idPolice);
|
||||
|
|
|
|||
|
|
@ -44580,8 +44580,6 @@ function imprimer_avenant(idAvenant, lienTexteAvenant)
|
|||
|
||||
v_url = $("#racineWeb").val()+"Ajax"+lienTexteAvenant+"/";
|
||||
|
||||
alert(v_url);
|
||||
return;
|
||||
$.ajax({
|
||||
url: v_url,
|
||||
type: 'POST',
|
||||
|
|
@ -44589,12 +44587,6 @@ function imprimer_avenant(idAvenant, lienTexteAvenant)
|
|||
success: function(data)
|
||||
{
|
||||
div_export.html(data);
|
||||
},
|
||||
error : function(resultat, statut, erreur)
|
||||
{
|
||||
},
|
||||
complete: function(data)
|
||||
{
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user