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

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

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

revision 264 by fraynaud, Wed Nov 23 19:39:04 2011 UTC revision 265 by fraynaud, Tue Dec 6 08:49:57 2011 UTC
# Line 197  class instruction extends instruction_ge Line 197  class instruction extends instruction_ge
197          $form->setMax('complement2',12 );          $form->setMax('complement2',12 );
198      }      }
199    
200      //function setSelect(&$form, $maj,&$db,$DEBUG,$idxformulaire) {      
201      function setSelect(&$form, $maj,&$db,$DEBUG) {      function setSelect(&$form, $maj,&$db,$DEBUG) {
202          if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc"))          if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc"))
203              include ("../sql/".$db->phptype."/".$this->table.".form.inc");              include ("../sql/".$db->phptype."/".$this->table.".form.inc");
# Line 212  class instruction extends instruction_ge Line 212  class instruction extends instruction_ge
212              // recherche des evenement de transition              // recherche des evenement de transition
213              $sql= $sql_transition." where transition.etat ='".$etat_dossier."' and (evenement.nature ='".              $sql= $sql_transition." where transition.etat ='".$etat_dossier."' and (evenement.nature ='".
214                    $nature_dossier."' or (nature ='T' and nature !='CU')) order by evenement.action";                    $nature_dossier."' or (nature ='T' and nature !='CU')) order by evenement.action";
215                
216              // *** attention en dur le CU              // *** attention en dur le CU
217                            
218    

Legend:
Removed from v.264  
changed lines
  Added in v.265

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26