noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 05/10: FOLLOWUP : change destinataire et conc


From: dwm
Subject: [Noalyss-commit] [noalyss] 05/10: FOLLOWUP : change destinataire et concerne, supprime filtre sur "concerne"
Date: Sun, 25 Feb 2024 13:17:48 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 8c3cbda94f00bc69c8a8a25d84eb064f7931703b
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Mon Feb 19 19:21:54 2024 +0100

    FOLLOWUP : change destinataire et concerne, supprime filtre sur "concerne"
---
 include/class/follow_up.class.php      | 2 +-
 include/template/follow_up-display.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index 2821a1ee3..78ba17393 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -351,7 +351,7 @@ class Follow_Up
         $w->name='qcode_dest';
         $w->value=($this->f_id_dest!=0)?$this->qcode_dest:"";
         $w->label="";
-        $list_recipient=$this->db->make_list('select fd_id from fiche_def 
where frd_id in (14,25,8,9,16)');
+        $list_recipient=$this->db->make_list('select fd_id from fiche_def');
         $w->extra=$list_recipient;
         $w->set_attribute('typecard', $list_recipient);
         $w->set_dblclick("fill_ipopcard(this);");
diff --git a/include/template/follow_up-display.php 
b/include/template/follow_up-display.php
index f90818fad..fe090fb2e 100644
--- a/include/template/follow_up-display.php
+++ b/include/template/follow_up-display.php
@@ -43,7 +43,7 @@ $dossier_id=Dossier::id();
 
        <tr>
           <TD>
-           <?php echo _('Destinataire')?>
+           <?php echo _('Concerne')?>
           </TD>
           <TD>
   <?php echo $w->search().$w->input();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]