a
This commit is contained in:
parent
16d8e13b8b
commit
dbc47d147b
|
|
@ -13,8 +13,6 @@ class ControleurAjaxdetailprescription extends Controleur {
|
|||
private $garantie;
|
||||
private $ouinonrenouvelable;
|
||||
private $ged;
|
||||
private $controle;
|
||||
private $idControle;
|
||||
|
||||
public function __construct() {
|
||||
$this->prescription = new Prescription();
|
||||
|
|
@ -27,16 +25,6 @@ class ControleurAjaxdetailprescription extends Controleur {
|
|||
|
||||
public function index()
|
||||
{
|
||||
$controle = $this->controle;
|
||||
$idControle = $this->idControle;
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"controle" => $controle,
|
||||
"idControle" => $idControle,
|
||||
)
|
||||
);
|
||||
|
||||
$numeroPrescription = $_SESSION['p_numeroPrescription_C'];
|
||||
|
||||
$prescription = $this->prescription->getprescription($numeroPrescription);
|
||||
|
|
@ -75,9 +63,6 @@ class ControleurAjaxdetailprescription extends Controleur {
|
|||
$idMedicament = $this->requete->getParametre("idMedicament");
|
||||
$quantite = $this->requete->getParametreFormulaire("quantite", "numerique");
|
||||
|
||||
$this->controle = $this->requete->getParametre("controle");
|
||||
$this->idControle = $this->requete->getParametre("idControle");
|
||||
|
||||
$this->detailprescription->majquantite($idMedicament, $quantite);
|
||||
|
||||
$this->executerAction("index");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user