[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/06: OPTION_CARD : Correct options for Foll
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 01/06: OPTION_CARD : Correct options for FollowUp |
Date: |
Wed, 17 Jan 2024 13:47:12 -0500 (EST) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 32bd3139db4c7ed0197d41603d18978ba632f27a
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>
- [Noalyss-commit] [noalyss] branch master updated (0b4c6fb0e -> 9fa37baa8), dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 02/06: Merge tag 'rel9111', dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 01/06: OPTION_CARD : Correct options for FollowUp,
dwm <=
- [Noalyss-commit] [noalyss] 05/06: Merge branch 'devel', dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 03/06: Merge branch 'devel', dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 04/06: Get empty upgrade.sql, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 06/06: Merge branch 'devel', dwm, 2024/01/17