From 89c4c103756b43fcf8cb775dc6016e45a1004660 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 26 Oct 2019 10:11:59 +0200 Subject: [PATCH] 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 4e4750565..d58dddaa4 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 */ /**