Merged changes up to version 2.3.4 into unstable.
[fa-stable.git] / config.default.php
index 55820f5a583d3808f334541a3213eaeee0215a7e..5482361cc907e8b898e550d6eedbc6df98398ccc 100644 (file)
@@ -80,12 +80,18 @@ 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;
 
        /* show users online discretely in the footer */
        $show_users_online = 0;
 
+       /* show item codes on purchase order */
+       $show_po_item_codes = 0;
+
        /* default print destination. 0 = PDF/Printer, 1 = Excel */
        $def_print_destination = 0;