FOLLOWUP : change destinataire et concerne, supprime filtre sur "concerne"
This commit is contained in:
parent
b5213f3308
commit
8c3cbda94f
2 changed files with 2 additions and 2 deletions
|
|
@ -351,7 +351,7 @@ class Follow_Up
|
|||
$w->name='qcode_dest';
|
||||
$w->value=($this->f_id_dest!=0)?$this->qcode_dest:"";
|
||||
$w->label="";
|
||||
$list_recipient=$this->db->make_list('select fd_id from fiche_def where frd_id in (14,25,8,9,16)');
|
||||
$list_recipient=$this->db->make_list('select fd_id from fiche_def');
|
||||
$w->extra=$list_recipient;
|
||||
$w->set_attribute('typecard', $list_recipient);
|
||||
$w->set_dblclick("fill_ipopcard(this);");
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ $dossier_id=Dossier::id();
|
|||
|
||||
<tr>
|
||||
<TD>
|
||||
<?php echo _('Destinataire')?>
|
||||
<?php echo _('Concerne')?>
|
||||
</TD>
|
||||
<TD>
|
||||
<?php echo $w->search().$w->input();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue