From: Joe Hunt Date: Wed, 27 Sep 2017 22:40:59 +0000 (+0200) Subject: The variable $show_voided_gl_trans has been removed. Not used in 2.4. X-Git-Tag: v2.4.3~35 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=f425362379fe66e2b0f17b6e4f09d8d9bdf6c5f2 The variable $show_voided_gl_trans has been removed. Not used in 2.4. --- 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;