OPTION_CARD : Correct options for FollowUp
This commit is contained in:
parent
014574b18c
commit
a821b670db
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue