/[openfoncier]/trunk/obj/consultation.class.php
ViewVC logotype

Diff of /trunk/obj/consultation.class.php

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

revision 627 by nhaye, Wed Nov 7 17:34:04 2012 UTC revision 631 by nhaye, Thu Nov 8 10:15:35 2012 UTC
# Line 76  class consultation extends consultation_ Line 76  class consultation extends consultation_
76                      $form->setType('dossier', 'hiddenstatic');                      $form->setType('dossier', 'hiddenstatic');
77                      $form->setType('date_envoi', 'hiddenstaticdate');                      $form->setType('date_envoi', 'hiddenstaticdate');
78                      $form->setType('date_limite', 'hiddenstaticdate');                      $form->setType('date_limite', 'hiddenstaticdate');
79                      if($this->f->isAccredited('consultation_modifier_date_reception')) {                      if(!$this->f->isAccredited('consultation_modifier_date_reception')) {
80                          $form->setType('date_reception', 'hiddenstaticdate');                          $form->setType('date_reception', 'hiddenstaticdate');
81                      } else {                      } else {
82                          $form->setType('date_reception', 'date2');                          $form->setType('date_reception', 'date2');

Legend:
Removed from v.627  
changed lines
  Added in v.631

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26