OPTION_CARD : Correct options for FollowUp
This commit is contained in:
parent
ead8d5f238
commit
1b5b9781ca
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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue