From 1df3a3a60e03cf9a8313206d03e831a53dc6acbe Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 2 Nov 2019 22:56:04 +0100 Subject: [PATCH] Documentation --- include/class/acc_balance.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/class/acc_balance.class.php b/include/class/acc_balance.class.php index d2ecc88ca..6fbf2fc36 100644 --- a/include/class/acc_balance.class.php +++ b/include/class/acc_balance.class.php @@ -298,8 +298,9 @@ class Acc_Balance } /** - * set the $this->jrn to the cat - * @todo Cette function semble ne pas fonctionner correctement + * set the $this->jrn to the cat, filter the ledger thanks the type (key in the array) + * @param array of integer 0->Sale,1->Purchase,2->Financial,3->ODS + * @see Acc_Ledgger::array_cat */ function filter_cat($p_array) {