diff --git a/include/class/follow_up.class.php b/include/class/follow_up.class.php index 37191c658..03a748536 100644 --- a/include/class/follow_up.class.php +++ b/include/class/follow_up.class.php @@ -85,6 +85,7 @@ class Follow_Up var $ag_contact; /*!< $ag_contact contact */ var $ag_remind_date; /*!< $ag_contact contact */ var $f_id_dest ; /*!< followup action recipient */ + var $ag_description; /*!< description of the action */ /** * @brief $operation string related operation */ diff --git a/include/template/action_document_type_mtable_input.php b/include/template/action_document_type_mtable_input.php index b0a32899f..455036667 100644 --- a/include/template/action_document_type_mtable_input.php +++ b/include/template/action_document_type_mtable_input.php @@ -83,7 +83,7 @@ echo $select_detail_operation->input(); $i=new ICheckBox("det_contact_mul",1); if ( Document_Option::is_enable_contact_multiple($table->dt_id)) $i->set_check(1); else $i->set_check(0); echo $i->input(); -echo _("Contacts multiples"); +echo _("Autres fiches"); ?>