5232: A disposed fixed asset still appears in the fixed assets valuation report with...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 2 Oct 2020 08:06:12 +0000 (10:06 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 2 Oct 2020 08:06:12 +0000 (10:06 +0200)
reporting/rep451.php

index 88a1a69b41d5ec4ddab3160de516e2bdd923d7b5..0d701eec667aba9715cba822c1bac723e6f69760 100644 (file)
@@ -94,7 +94,7 @@ function print_fixed_assets_valuation_report()
     $rep->NewPage();
 
        //$res = getTransactions($category, $location, $date);
-       $sql = get_sql_for_fixed_assets(true);
+       $sql = get_sql_for_fixed_assets(false);
        $res = db_query($sql,"No transactions were returned");
        
        $total = $grandtotal = 0.0;