From b3ac28e85f8a00c17297fa85f24236fed2fb82d0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 2 Nov 2014 11:54:40 +0100 Subject: [PATCH] Documentation --- include/class_acc_account_ledger.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/class_acc_account_ledger.php b/include/class_acc_account_ledger.php index ad12af47f..aa65b5f1e 100644 --- a/include/class_acc_account_ledger.php +++ b/include/class_acc_account_ledger.php @@ -637,7 +637,8 @@ class Acc_Account_Ledger return $sql; } /** - * Find the card which is using the current account + * Find the id of the cards which are using the current account + * * @return an array of f_id */ function find_card()