Code cleanup
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 4 Apr 2010 11:58:38 +0000 (11:58 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 4 Apr 2010 11:58:38 +0000 (11:58 +0000)
gl/inquiry/balance_sheet.php
gl/inquiry/profit_loss.php

index c08183d74d5a47d915d628087795c1b60ce03af9..8fb0b676923f050201d9e2f08c8815aefc0d560f 100644 (file)
@@ -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'];
index f7e6ea6958a914ec8bb7d664adf7602227e4deee..d83dbf825bd88d66b209201a547b33b380f0e5b8 100644 (file)
@@ -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;