This commit is contained in:
KANE LAZENI 2026-07-25 07:48:12 +00:00
parent f67af1a792
commit 41ccd7dd31
8 changed files with 7 additions and 10 deletions

View File

@ -20,7 +20,6 @@ class ControleurProformahospitalisation extends Controleur {
public function index()
{
$this->genererVue(array(
'reponseententeprealable' => $this->reponseententeprealable,
'ouinonattente' => $this->ouinonattente

View File

@ -1,5 +1,5 @@
<?php
$this->titre = "ISA WEB - Nouvell Utilisateur Gestion Confiée ";
$this->titre = "Nouvell Utilisateur Gestion Confiée ";
$codeGcAssureur = $this->nettoyer($gc['codeGcAssureur']);
$idGc = $this->nettoyer($gc['id']);
$nomGcAssureur = $this->nettoyer($gc['libelle']);

View File

@ -1,6 +1,4 @@
<?php $this->titre = "ISA WEB - Créer facture garant";
//$codeTypeFacturationGarant = $groupefacturegarant['codeTypeFacturationGarant'];
<?php $this->titre = "Créer facture garant";
$codeNatureFacturationGarant = $_SESSION['codeNatureFacturationGarant_F'];
?>
<legend><?= _("Entête facture garant")?></legend>

View File

@ -1,4 +1,4 @@
<?php $this->titre = "ISA WEB - Fiche facture garant";
<?php $this->titre = "Fiche facture garant";
$idGroupe = $groupefacturegarant['idGroupeFacturegarant'];

View File

@ -1,5 +1,5 @@
<?php
$this->titre = "ISA WEB - Modifier Utilisteur Garant";
$this->titre = "Modifier Utilisteur Garant";
$codeGcAssureur = $this->nettoyer($user_gc['codeGcAssureur']);
$idUtilisateur = $user_gc['id'];

View File

@ -1,5 +1,5 @@
<?php
$this->titre = "ISA WEB - Fiche Utilisteur Assureur";
$this->titre = "Fiche Utilisteur Assureur";
$idUtilisateur = $users_ass['id'];
$codeUtilisateur = $users_ass['codeUtilisateur'];

View File

@ -1,5 +1,5 @@
<?php
$this->titre = "ISA WEB - Demande accord préalable proforma hospitalisation";
$this->titre = "Demande accord préalable proforma hospitalisation";
?>

View File

@ -1,5 +1,5 @@
<?php
$this->titre = "ISA WEB - Traitement proforma hospitalisation";
$this->titre = "Traitement proforma hospitalisation";
$motifReel="";
$motifRefusAssure="";
$motifRefusPrestataire="";