noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/27: documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/27: documentation
Date: Sat, 2 Nov 2019 18:12:12 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 89c4c103756b43fcf8cb775dc6016e45a1004660
Author: Dany De Bontridder <address@hidden>
Date:   Sat Oct 26 10:11:59 2019 +0200

    documentation
---
 include/class/acc_ledger.class.php | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/include/class/acc_ledger.class.php 
b/include/class/acc_ledger.class.php
index 4e47505..d58ddda 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -60,12 +60,11 @@ require_once NOALYSS_INCLUDE.'/class/pre_op_ods.class.php';
 class Acc_Ledger extends jrn_def_sql
 {
 
-    var $id;   /*     * < jrn_def.jrn_def_id */
-    var $db;   /*     * < database connextion */
-    var $row;   /*     * < row of the ledger */
-    var $type;   /*     * < type of the ledger ACH ODS FIN
-      VEN or GL */
-    var $nb;   /*     * < default number of rows by
+    var $id;   /**< jrn_def.jrn_def_id */
+    var $db;   /**< database connextion */
+    var $row;   /**< row of the ledger */
+    var $type;   /**< type of the ledger ACH ODS FIN VEN or GL */
+    var $nb;   /**< default number of rows by
       default 10 */
 
     /**



reply via email to

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