X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=reporting%2Frep451.php;h=0d701eec667aba9715cba822c1bac723e6f69760;hp=88a1a69b41d5ec4ddab3160de516e2bdd923d7b5;hb=c479264e8db282f8d518d11bdd8883dc7d0b4d46;hpb=66cfb670d9261ad0364a91822dc0766de1620799 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;