[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 22/34: OPTION_CARD : Correct options for Foll
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 22/34: OPTION_CARD : Correct options for FollowUp |
Date: |
Wed, 17 Jan 2024 12:54:07 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit a821b670db0ac67ac607eadc53c04857fe543bb2
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] 28/34: Task 0002128: Clôture comptabilité française Réécriture op. ouverture et cloture, (continued)
- [Noalyss-commit] [noalyss] 28/34: Task 0002128: Clôture comptabilité française Réécriture op. ouverture et cloture, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 30/34: Get empty upgrade.sql, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 31/34: PRINT properly action, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 33/34: Task #2323 : follow-up correct depending action + cosmetic, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 09/34: Bug Fiche Option, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 12/34: Task 0002128: Clôture comptabilité française, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 15/34: Adaptation PHPUNIT, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 03/34: Improve DBG , add stopwatch : timer_start and timer_show, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 10/34: PHP8.1 compatibility, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 14/34: Task 0002128: Clôture comptabilité française Réécriture op. ouverture et cloture, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 22/34: OPTION_CARD : Correct options for FollowUp,
dwm <=
- [Noalyss-commit] [noalyss] 24/34: PHP8.1 compatibility, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 25/34: Task 0002128: Clôture comptabilité française, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 26/34: Task 0002128: Clôture comptabilité française, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 27/34: Acc OD : cosmetic, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 29/34: Adaptation PHPUNIT, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 34/34: Merge, dwm, 2024/01/17