projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66cfb67
)
5232: A disposed fixed asset still appears in the fixed assets valuation report with...
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 2 Oct 2020 08:06:12 +0000
(10:06 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 2 Oct 2020 08:06:12 +0000
(10:06 +0200)
reporting/rep451.php
patch
|
blob
|
history
diff --git
a/reporting/rep451.php
b/reporting/rep451.php
index 88a1a69b41d5ec4ddab3160de516e2bdd923d7b5..0d701eec667aba9715cba822c1bac723e6f69760 100644
(file)
--- 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(
tru
e);
+ $sql = get_sql_for_fixed_assets(
fals
e);
$res = db_query($sql,"No transactions were returned");
$total = $grandtotal = 0.0;