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

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

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

revision 947 by fmichon, Fri Nov 30 15:25:27 2012 UTC revision 948 by nhaye, Fri Nov 30 16:29:37 2012 UTC
# Line 366  class dossier extends dossier_gen { Line 366  class dossier extends dossier_gen {
366          if ($maj == 0) {          if ($maj == 0) {
367              $form->setType('dossier_autorisation', 'select');              $form->setType('dossier_autorisation', 'select');
368          }          }
369            // On cache enjeu_ERP si l'option n'est pas activĂ©e
370            if($this->f->getParameter('enjeu_ERP') != 'true') {
371                $form->setType('erp', 'hidden');
372                $form->setType('enjeu_erp', 'hidden');
373            }
374      }      }
375    
376      function setVal(&$form,$maj,$validation){      function setVal(&$form,$maj,$validation){

Legend:
Removed from v.947  
changed lines
  Added in v.948

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26