noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 04/13: Minor : remove warning and typo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/13: Minor : remove warning and typo
Date: Wed, 11 Nov 2020 10:23:41 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 91a8347a30aee49437a642d33ebb6dd8dbfe6b49
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Nov 9 14:52:11 2020 +0100

    Minor : remove warning and typo
---
 include/class/follow_up.class.php                      | 1 +
 include/template/action_document_type_mtable_input.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index 37191c6..03a7485 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 b0a3289..4550366 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");
 ?>
         </li> 
         <li>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]