noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 14/14: FOLLOWUP : nom contact pas affiché


From: dwm
Subject: [Noalyss-commit] [noalyss] 14/14: FOLLOWUP : nom contact pas affiché
Date: Sun, 4 Feb 2024 05:51:24 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 42e0c5afa00ca7d50f341b718a8624dfbf7157b4
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Feb 4 11:45:56 2024 +0100

    FOLLOWUP : nom contact pas affiché
---
 include/class/follow_up.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index f39b3c218..ecdfeb88f 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -400,8 +400,8 @@ class Follow_Up
         $spcontact=new ISpan();
         $spcontact->name='ag_contact_label';
         $spcontact->value='';
-        $fiche_contact=new Fiche($this->db);
-        $fiche_contact->get_by_qcode($this->ag_contact);
+        $fiche_contact=new Fiche($this->db,$this->ag_contact);
+
         if ($fiche_contact->id!=0)
         {
             
$spcontact->value=strtoupper($fiche_contact->strAttribut(ATTR_DEF_NAME)??"");



reply via email to

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