a
This commit is contained in:
parent
f67af1a792
commit
41ccd7dd31
|
|
@ -20,7 +20,6 @@ class ControleurProformahospitalisation extends Controleur {
|
|||
|
||||
public function index()
|
||||
{
|
||||
|
||||
$this->genererVue(array(
|
||||
'reponseententeprealable' => $this->reponseententeprealable,
|
||||
'ouinonattente' => $this->ouinonattente
|
||||
|
|
|
|||
|
|
@ -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']);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php $this->titre = "ISA WEB - Fiche facture garant";
|
||||
<?php $this->titre = "Fiche facture garant";
|
||||
|
||||
$idGroupe = $groupefacturegarant['idGroupeFacturegarant'];
|
||||
|
||||
|
|
|
|||
|
|
@ -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'];
|
||||
|
|
|
|||
|
|
@ -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'];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$this->titre = "ISA WEB - Demande accord préalable proforma hospitalisation";
|
||||
$this->titre = "Demande accord préalable proforma hospitalisation";
|
||||
?>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$this->titre = "ISA WEB - Traitement proforma hospitalisation";
|
||||
$this->titre = "Traitement proforma hospitalisation";
|
||||
$motifReel="";
|
||||
$motifRefusAssure="";
|
||||
$motifRefusPrestataire="";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user