From ee6a6d15bcf776fa99de36c0fbee2ab79155024f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 27 Jul 2024 15:07:37 +0200 Subject: [PATCH] typo documentation --- include/class/acc_ledger.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/acc_ledger.class.php b/include/class/acc_ledger.class.php index 2ae52a103..b99717eaa 100644 --- a/include/class/acc_ledger.class.php +++ b/include/class/acc_ledger.class.php @@ -580,7 +580,7 @@ class Acc_Ledger extends jrn_def_sql * @brief Show a select list of the ledgers you can access in * writing, reading or simply accessing. * @param $p_type = ALL or the type of the ledger (ACH,VEN,FIN,ODS) - * @param $p_access =3 for READ and WRITE, 2 for write and 1 for readonly + * @param $p_access =3 for READ or WRITE, 2 for write and 1 for readonly * @param Boolean TRUE all ledger are selected, or FALSE only enable * \return object HtmlInput select *