/[openfoncier]/branches/old-trunk/obj/dossier_instruction.class.php
ViewVC logotype

Diff of /branches/old-trunk/obj/dossier_instruction.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3445 by softime, Thu Apr 30 14:13:40 2015 UTC revision 3446 by softime, Thu Apr 30 14:19:46 2015 UTC
# Line 188  class dossier_instruction extends dossie Line 188  class dossier_instruction extends dossie
188              return true;              return true;
189          }          }
190    
191            // Si l'utilisateur est un intructeur qui ne correspond pas à la
192            // division du dossier
193            if ($this->f->isUserInstructeur()
194                && $this->f->om_utilisateur["division"] != $this->getDivisionFromDossier()) {
195    
196                // Cache le lien du rapport d'instruction, si aucun n'est lié
197                if ($this->getRapportInstruction() == '') {
198    
199                    //
200                    return false;
201                }
202            }
203    
204          // Si l'utilisateur est un instructeur et que le dossier est cloturé          // Si l'utilisateur est un instructeur et que le dossier est cloturé
205          if ($this->f->isUserInstructeur()          if ($this->f->isUserInstructeur()
206              && $this->getStatut() == "cloture") {              && $this->getStatut() == "cloture") {

Legend:
Removed from v.3445  
changed lines
  Added in v.3446

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26