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

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

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

revision 14541 by softime, Thu Feb 16 22:52:47 2023 UTC revision 14542 by softime, Thu Apr 20 13:21:47 2023 UTC
# Line 191  class evenement extends evenement_gen { Line 191  class evenement extends evenement_gen {
191    
192    
193      function setType(&$form, $maj) {      function setType(&$form, $maj) {
194          $optionNotif = $this->f->is_option_enabled('option_parametrage_notification_auto_tiers');          $optionNotif = $this->f->is_option_enabled('option_module_acteur');
195          $form->setType('type_habilitation_tiers_consulte','hidden');          $form->setType('type_habilitation_tiers_consulte','hidden');
196          //          //
197          parent::setType($form, $maj);          parent::setType($form, $maj);
# Line 393  ORDER BY dossier_autorisation_type_detai Line 393  ORDER BY dossier_autorisation_type_detai
393              )              )
394          );          );
395          // Si l'option de notificaton automatique des tiers est active ajout d'un choix sup          // Si l'option de notificaton automatique des tiers est active ajout d'un choix sup
396          if ($this->f->is_option_enabled('option_parametrage_notification_auto_tiers') === true) {          if ($this->f->is_option_enabled('option_module_acteur') === true) {
397              $contenu[0][] = 'notification_automatique';              $contenu[0][] = 'notification_automatique';
398              $contenu[1][] = __("Notification automatique");              $contenu[1][] = __("Notification automatique");
399          }          }

Legend:
Removed from v.14541  
changed lines
  Added in v.14542

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26