noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 32/32: Merge branch '9035-followup-descriptio


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 32/32: Merge branch '9035-followup-description-mod-rtf'
Date: Thu, 5 Jan 2023 14:18:33 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit f78ec1e40673f945abe5cee0c32cad805ca42bef
Merge: 652c4d33d e932e56f2
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Jan 5 20:10:15 2023 +0100

    Merge branch '9035-followup-description-mod-rtf'

 include/class/follow_up.class.php | 69 ++++++++++-----------------------------
 unit-test/test-file.sh            |  3 +-
 2 files changed, 20 insertions(+), 52 deletions(-)

diff --cc include/class/follow_up.class.php
index 7564ba4b4,dfacf4314..32e628458
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@@ -47,59 -47,43 +47,26 @@@ require_once NOALYSS_INCLUDE.'/lib/user
  class Follow_Up
  {
  
-     /**
-      *  database connexion
-      */
 -    /*!<  $db  database connexion    */
--    var $db;
-     /**
-      *   document date (ag_gestion.ag_timestamp)
-      */
 -    /*!<   $ag_timestamp document date (ag_gestion.ag_timestamp) */
--    var $ag_timestamp;
-     /**
-      *  type of the document (document_type.dt_id)
-      */
 -    /*!<   $dt_id type of the document (document_type.dt_id) */
--    var $dt_id;
-     /**
-      *   $ag_state stage of the document (printed, send to client...)
-      */
 -    /*!<   $ag_state stage of the document (printed, send to client...) */
--    var $ag_state;
-     /*
-      *   $d_number number of the document */
 -    /*!<   $d_number number of the document */
--    var $d_number;
-     /**
-      *  $d_filename filename's document
-      */
 -    /*!<   $d_filename filename's document      */
--    var $d_filename;
-     /**
-      *   $d_mimetype document's filename
-      */
 -    /*!<   $d_mimetype document's filename      */
--    var $d_mimetype;
-     /**
-      *   $ag_title title document           */
 -    /*!<   $ag_title title document         */
--    var $ag_title;
-     /**
-      *   $f_id_dest fiche id (From field )
-      */
 -    /*!<   $f_id_dest fiche id (From field )  */
--    var $f_id;
-     /** $ag_ref is the ref  */
 -    /*!< $ag_ref is the ref  */
--    var $ag_ref;
-     /** $ag_hour is the hour of the meeting, action */
 -    /*!< $ag_hour is the hour of the meeting, action */
--    var $ag_hour;
-     /** $ag_priority is the priority 1 High, 2 medium, 3 low */
 -    /*!< $ag_priority is the priority 1 High, 2 medium, 3 low */
--    var $ag_priority;
-     /** $ag_dest person who is in charged */
 -    /*!< $ag_dest person who is in charged */
--    var $ag_dest;
-     /** $ag_contact contact */
 -    /*!< $ag_contact contact */
--    var $ag_contact;
-     /** $ag_contact contact */
 -    /*!< $ag_contact contact */
--    var $ag_remind_date;
-     /** followup action recipient */
 -    /*!< followup action recipient */
--    var $f_id_dest ;
-     /** description of the action with HTML tag*/
 -    /*!< description of the action with HTML tag*/
--    var $ag_description;
++    var $db; /*!<  $db  database connexion    */
++    var $ag_timestamp;  /*!<   $ag_timestamp document date 
(ag_gestion.ag_timestamp) */
++    var $dt_id;   /*!<   $dt_id type of the document (document_type.dt_id) */
++    var $ag_state; /*!<   $ag_state stage of the document (printed, send to 
client...) */
++    var $d_number;   /*!<   $d_number number of the document */
++    var $d_filename; /*!<   $d_filename filename's document      */
++    var $d_mimetype; /*!<   $d_mimetype document's filename      */
++    var $ag_title;   /*!<   $ag_title title document        */
++    var $f_id; /*!<   $f_id_dest fiche id (From field )  */
++    var $ag_ref;  /*!< $ag_ref is the ref  */
++    var $ag_hour;  /*!< $ag_hour is the hour of the meeting, action */
++    var $ag_priority; /*!< $ag_priority is the priority 1 High, 2 medium, 3 
low */
++    var $ag_dest;  /*!< $ag_dest person who is in charged */
++    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 with HTML tag*/
  
      /**
-      *  integer $ag_description_id if greater than 0 , it is the id in 
action_comment
+      * @var integer $ag_description_id if greater than 0 , it is the id in 
action_comment
       * of the description (1st comment)
       */
      var $ag_description_id;
diff --cc unit-test/test-file.sh
index dd5de8c9a,dd5de8c9a..412250df2
--- a/unit-test/test-file.sh
+++ b/unit-test/test-file.sh
@@@ -16,7 -16,7 +16,8 @@@ FILETOTEST="
  FUNCTION=""
  COVERAGE=""
  FOLDERTEST=""
--PHPINI="php "
++PHPINI="/opt/php/8.1/bin/php "
++# PHPINI="/opt/php/8.1/bin/php "
  
  while getopts "f:i:cd:x" opt; do
        case $opt in



reply via email to

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