[0000653] Error during Credit Note deletion (typo in void_sales_invoice).
[fa-stable.git] / config.default.php
index 6705918f5be30bc876144d02a1c1065832b66c27..1d45c8b3aae8d61b7efcc2cc6f3a608bfda592b3 100644 (file)
@@ -80,6 +80,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        /* use Audit Trails in GL */
        $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;