From: Janusz Dobrowolski Date: Sun, 4 Apr 2010 11:58:38 +0000 (+0000) Subject: Code cleanup X-Git-Tag: v2.4.2~19^2~925 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=674560c50d48321fd6ba02466b33ce04854ce3f8;p=fa-stable.git Code cleanup --- diff --git a/gl/inquiry/balance_sheet.php b/gl/inquiry/balance_sheet.php index c08183d7..8fb0b676 100644 --- a/gl/inquiry/balance_sheet.php +++ b/gl/inquiry/balance_sheet.php @@ -125,7 +125,7 @@ function inquiry_controls() function display_balance_sheet() { - global $comp_path, $path_to_root, $table_style; + global $path_to_root, $table_style; $from = begin_fiscalyear(); $to = $_POST['TransToDate']; diff --git a/gl/inquiry/profit_loss.php b/gl/inquiry/profit_loss.php index f7e6ea69..d83dbf82 100644 --- a/gl/inquiry/profit_loss.php +++ b/gl/inquiry/profit_loss.php @@ -171,7 +171,7 @@ function inquiry_controls() function display_profit_and_loss() { - global $comp_path, $path_to_root, $table_style, $sel; + global $path_to_root, $table_style, $sel; $dim = get_company_pref('use_dimension'); $dimension = $dimension2 = 0;