noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 08/34: OPTION_CARD : Correct options for Foll


From: dwm
Subject: [Noalyss-commit] [noalyss] 08/34: OPTION_CARD : Correct options for FollowUp
Date: Wed, 17 Jan 2024 12:54:05 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 1b5b9781ca7cfbc0649db27a1fced5f8031753ed
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Jan 12 12:59:23 2024 +0100

    OPTION_CARD : Correct options for FollowUp
---
 include/class/card_multiple.class.php   | 2 +-
 include/template/form_ledger_detail.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/card_multiple.class.php 
b/include/class/card_multiple.class.php
index b7a2f3c82..d9932d250 100644
--- a/include/class/card_multiple.class.php
+++ b/include/class/card_multiple.class.php
@@ -146,7 +146,7 @@ class Card_Multiple
                 select contact_option_ref_id 
                 from action_person_option 
                 join action_person a on (a.ap_id=action_person_id) 
-                where f_id=$2)",[$p_action_person_id,$fiche_id]);
+                where f_id=$2 and 
ag_id=$3)",[$p_action_person_id,$fiche_id,$ag_id]);
 
         // delete disable
         $cn->exec_sql("delete 
diff --git a/include/template/form_ledger_detail.php 
b/include/template/form_ledger_detail.php
index e72cd2bc5..37e192928 100644
--- a/include/template/form_ledger_detail.php
+++ b/include/template/form_ledger_detail.php
@@ -7,7 +7,7 @@
  */
 
 $default_currency=new Acc_Currency(Dossier::connect(),0);
-
+\Noalyss\Dbg::echo_file(__FILE__);
 ?>
        <div id="jrn_name_div">
        <h1 id="jrn_name"> <?php echo $this->get_name()?></h1>



reply via email to

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