This commit is contained in:
2026-03-13 03:58:40 +00:00
parent a0dc767ffb
commit ae94fb9ee6
4 changed files with 30 additions and 31 deletions

View File

@@ -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()