noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 10/13: Bug : display unused other card option


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 10/13: Bug : display unused other card options
Date: Wed, 11 Nov 2020 10:23:43 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1bad9db118085e489a9538afcafd756d1959eec8
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Nov 11 00:39:19 2020 +0100

    Bug : display unused other card options
---
 include/class/follow_up_other_concerned.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/follow_up_other_concerned.class.php 
b/include/class/follow_up_other_concerned.class.php
index 56cec39..1995016 100644
--- a/include/class/follow_up_other_concerned.class.php
+++ b/include/class/follow_up_other_concerned.class.php
@@ -230,7 +230,7 @@ EOF;
     from contact_option_ref cor 
     join jnt_document_option_contact jdoc on 
(cor.cor_id=jdoc.contact_option_ref_id ) 
     join action_gestion ag on (ag.ag_type=jdoc.document_type_id ) 
-    where ag_id=$1
+    where ag_id=$1 and jdoc.jdoc_enable=1
     order by upper(cor_label)",[$this->ag_id]);
         return $aColumn;
     }



reply via email to

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