OPTION_CARD : Correct options for FollowUp

This commit is contained in:
sparkyx 2024-01-12 12:59:23 +01:00
parent ead8d5f238
commit 1b5b9781ca
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>