From 89d9b659abe59b9ee1357b3f08857f8f0e43e425 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 2 Oct 2020 10:54:04 +0200 Subject: [PATCH] rerun of bug 5232 fix. --- reporting/rep451.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep451.php b/reporting/rep451.php index 0d701eec..ece0519b 100644 --- a/reporting/rep451.php +++ b/reporting/rep451.php @@ -140,7 +140,7 @@ function print_fixed_assets_valuation_report() { $rep->NewLine(); $rep->TextCol(0, 1, $trans['stock_id']); - $rep->TextCol(1, 2, $trans['name'].($trans['inactive']==1 ? " ("._("Inactive").")" : ""), -1); + $rep->TextCol(1, 2, $trans['name']); $rep->TextCol(2, 3, $trans['units']); $rep->AmountCol(3, 4, $UnitCost, $dec); $rep->AmountCol(4, 5, $Depreciation, $dec); -- 2.30.2