X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsession.inc;h=92bf5482a178a12232bb2774c7d3edae792db804;hb=128be63f9ae68744f37eae8072f95d0f524f86b4;hp=06aceccea2cf5620fe3f65cb8a8ec51092b9a935;hpb=a451be636774783e63c2fcdd9c7869c9aad48ba9;p=fa-stable.git diff --git a/includes/session.inc b/includes/session.inc index 06acecce..92bf5482 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -460,6 +460,7 @@ include_once($path_to_root . "/includes/access_levels.inc"); include_once($path_to_root . "/version.php"); include_once($path_to_root . "/includes/main.inc"); include_once($path_to_root . "/includes/app_entries.inc"); +include_once($path_to_root . "/taxes/tax_rules.inc"); // Ajax communication object $Ajax = new Ajax(); @@ -472,6 +473,7 @@ $Editors = array(); $Pagehelp = array(); $Refs = new references(); +$TS = new tax_system(); // intercept all output to destroy it in case of ajax call register_shutdown_function('end_flush');