From f425362379fe66e2b0f17b6e4f09d8d9bdf6c5f2 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 28 Sep 2017 00:40:59 +0200 Subject: [PATCH] The variable $show_voided_gl_trans has been removed. Not used in 2.4. --- config.default.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.default.php b/config.default.php index 65a66418..c50cb9d9 100644 --- a/config.default.php +++ b/config.default.php @@ -70,9 +70,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* This has been superseded with built in Audit Trail */ $use_audit_trail = 0; - /* $show_voiced_gl_trans = 0, setting this to 1 will show the voided gl trans */ - $show_voided_gl_trans = 0; - /* use old style convert (income and expense in BS, PL) */ $use_oldstyle_convert = 0; -- 2.30.2