From c479264e8db282f8d518d11bdd8883dc7d0b4d46 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 2 Oct 2020 10:06:12 +0200 Subject: [PATCH] 5232: A disposed fixed asset still appears in the fixed assets valuation report with a non-nought price. Fixed. --- reporting/rep451.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep451.php b/reporting/rep451.php index 88a1a69b..0d701eec 100644 --- a/reporting/rep451.php +++ b/reporting/rep451.php @@ -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; -- 2.30.2