From 674560c50d48321fd6ba02466b33ce04854ce3f8 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 4 Apr 2010 11:58:38 +0000 Subject: [PATCH] Code cleanup --- gl/inquiry/balance_sheet.php | 2 +- gl/inquiry/profit_loss.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2