a
This commit is contained in:
@@ -81,14 +81,11 @@ class ControleurAjaxselectactesmedicaux extends Controleur {
|
||||
|
||||
$datePrestation = $_SESSION['p_datePrestation'];
|
||||
$codeGarantie = $this->acte->getGarantieActe($codeActe);
|
||||
|
||||
$tm = $this->acte->ticketModerateurDefinitif($codeGarantie, $codeActe, $datePrestation);
|
||||
|
||||
|
||||
|
||||
$this->prestation->enregistreractemedical($codeActe, $quantite, $prixActe, $valeurActe, $ententePrealable, $autorisation, $prixTarif, $prixBase, $motifActe, $tm);
|
||||
|
||||
|
||||
// $this->executerAction("index");
|
||||
$this->executerAction("index");
|
||||
}
|
||||
|
||||
public function supprimeracte()
|
||||
|
||||
Reference in New Issue
Block a user