/[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 3061 by nhaye, Wed Jun 4 16:52:35 2014 UTC revision 3113 by vpihour, Mon Aug 4 17:11:34 2014 UTC
# Line 1539  class instruction extends instruction_ge Line 1539  class instruction extends instruction_ge
1539                              return false;                              return false;
1540                          }                          }
1541                      }                      }
1542                      // Mise à jour du flag incomplet_notifie dans dossier                      // Mise à jour du flag incomplet_notifie dans dossier si la
1543                      if($row['type']=='incompletude') {                      // date limite d'instruction n'est pas dépassée
1544                        if($row['type']=='incompletude' &&
1545                            ($this->valF['archive_date_limite'] >= $this->valF['date_retour_rar'] ||
1546                            $this->valF['archive_date_limite'] == "")) {
1547                          $valFIncomp['incomplet_notifie'] = true;                          $valFIncomp['incomplet_notifie'] = true;
1548                          $cle = " dossier='".$val['dossier']."'";                          $cle = " dossier='".$val['dossier']."'";
1549                          $resIncomp = $db->autoExecute(                          $resIncomp = $db->autoExecute(

Legend:
Removed from v.3061  
changed lines
  Added in v.3113

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26