Skip to content
Snippets Groups Projects
Commit e1d86842 authored by jgaimard's avatar jgaimard
Browse files

rajout variable pour supprimer le bouton de modif de fiche abonné

parent 5dd28bc5
Branches
Tags
No related merge requests found
......@@ -314,6 +314,7 @@ class AbonneController extends ZendAfi_Controller_Action {
$this->view->error = isset($fiche_sigb['erreur']) ? $fiche_sigb["erreur"] : '';
$this->view->user = $this->_user;
$this->view->interdiction_modif=Class_AdminVar::get('INTERDIRE_MODIF_FICHE_ABONNE');
}
......
<?php
$this->openBoite($this->_("Votre fiche"));
echo $this->abonne_AccesFiche($this->user);
echo $this->abonne_AccesFiche($this->user,$this->interdiction_modif);
echo $this->abonne_Abonnement($this->user);
echo $this->abonne_Prets($this->user);
echo $this->abonne_Reservations($this->user);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment