/[openfoncier]/branches/3.14.1/obj/instruction.class.php
ViewVC logotype

Diff of /branches/3.14.1/obj/instruction.class.php

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

revision 3027 by vpihour, Wed May 14 09:17:05 2014 UTC revision 3045 by nhaye, Tue May 27 10:52:23 2014 UTC
# Line 1186  class instruction extends instruction_ge Line 1186  class instruction extends instruction_ge
1186                  $valF['etat_pendant_incompletude'] = NULL;                  $valF['etat_pendant_incompletude'] = NULL;
1187                  $valF['delai_incompletude'] = NULL;                  $valF['delai_incompletude'] = NULL;
1188                  $valF['date_limite_incompletude'] = NULL;                  $valF['date_limite_incompletude'] = NULL;
1189                    $valF['evenement_suivant_tacite_incompletude'] = NULL;
1190              }              }
1191          }          }
1192          // Récupération des paramètres de l'action          // Récupération des paramètres de l'action
# Line 1257  class instruction extends instruction_ge Line 1258  class instruction extends instruction_ge
1258                      $valF['etat_pendant_incompletude'] = $this->regle($row['regle_etat'], 'regle_etat');                      $valF['etat_pendant_incompletude'] = $this->regle($row['regle_etat'], 'regle_etat');
1259                  }                  }
1260              }              }
1261              if($this->valEvenement['evenement_suivant_tacite'] != '') {          }
1262                  // Si on est pas en incomplétude on stocke l'événement tacite          if($this->valEvenement['evenement_suivant_tacite'] != '') {
1263                  //de l'événement dans la variable courante              // Si on est pas en incomplétude on stocke l'événement tacite
1264                  if ($incompletude == FALSE) {                  //de l'événement dans la variable courante
1265                      $valF['evenement_suivant_tacite'] = $this->valEvenement['evenement_suivant_tacite'];                  
1266                  } else {                  if ($incompletude == FALSE OR $this->valEvenement['type'] != "incompletude") {
1267                      $valF['evenement_suivant_tacite_incompletude'] = $this->valEvenement['evenement_suivant_tacite'];                      $valF['evenement_suivant_tacite'] = $this->valEvenement['evenement_suivant_tacite'];
1268                  }                  } else {
1269              }                      $valF['evenement_suivant_tacite_incompletude'] = $this->valEvenement['evenement_suivant_tacite'];
1270                    }
1271          }          }
1272          // Si des valeurs ont été calculées alors on met à jour l'enregistrement          // Si des valeurs ont été calculées alors on met à jour l'enregistrement
1273          if ($valF != "") {          if ($valF != "") {

Legend:
Removed from v.3027  
changed lines
  Added in v.3045

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26