noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/04: Bug in follow up, the documents to gen


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/04: Bug in follow up, the documents to generate are not filtered by the type of event
Date: Thu, 27 Apr 2023 12:03:35 -0400 (EDT)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 27cf307a5686da66f190c6ede8ee06f2ac2931f1
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Apr 27 17:40:12 2023 +0200

    Bug in follow up, the documents to generate are not filtered by the type
    of event
---
 include/class/follow_up.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index 27890ff58..7e85ad42f 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -427,6 +427,7 @@ class Follow_Up
         $aDocMod->name='doc_mod';
         $aDocMod->value=$this->db->make_array('select md_id,dt_value||\' : 
\'||md_name as md_name'.
                 ' from document_modele join document_type on (md_type=dt_id)'.
+                " where md_affect ='GES' and md_type = ".$this->dt_id.
                 ' order by md_name');
         $str_select_doc=$aDocMod->input();
         /* if no document then do not show the generate button */



reply via email to

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