From: Joe Hunt Date: Fri, 2 Oct 2020 08:06:12 +0000 (+0200) Subject: 5232: A disposed fixed asset still appears in the fixed assets valuation report with... X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=c479264e8db282f8d518d11bdd8883dc7d0b4d46 5232: A disposed fixed asset still appears in the fixed assets valuation report with a non-nought price. Fixed. --- 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;