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

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

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

revision 9765 by gmalvolti, Tue Dec 15 13:52:17 2020 UTC revision 9773 by mbideau, Thu Dec 17 15:54:03 2020 UTC
# Line 216  class task extends task_gen { Line 216  class task extends task_gen {
216              );              );
217    
218              // tâche de type création de DI/DA              // tâche de type création de DI/DA
219              if (isset($this->valF['type']) !== false && $this->valF['type'] == 'creation_DI') {              if (isset($this->valF['type']) !== false && $this->valF['type'] == 'createDI_for_consultation') {
220    
221                  $paths = array_merge($paths, array(                  $paths = array_merge($paths, array(
222                      'dossier/dossier_autorisation_type_detaille',                      'dossier/dossier_autorisation_type_detaille_code',
223                      'dossier/date_demande',                      'dossier/date_demande',
224                      'dossier/depot_electronique',                      'dossier/depot_electronique',
225                  ));                  ));
# Line 985  class task extends task_gen { Line 985  class task extends task_gen {
985              $objet = 'dossier_autorisation';              $objet = 'dossier_autorisation';
986          }          }
987          if ($type === 'creation_DI'          if ($type === 'creation_DI'
988                || $type === 'createDI_for_consultation'
989              || $type === 'depot_DI'              || $type === 'depot_DI'
990              || $type === 'modification_DI'              || $type === 'modification_DI'
991              || $type === 'qualification_DI'              || $type === 'qualification_DI'

Legend:
Removed from v.9765  
changed lines
  Added in v.9773

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26