Double semicolon line endings fixed by @apmuthu.
[fa-stable.git] / reporting / rep451.php
index 5d73ff79d287032ee5834ae6917ffd130301f3b5..88a1a69b41d5ec4ddab3160de516e2bdd923d7b5 100644 (file)
@@ -134,7 +134,7 @@ function print_fixed_assets_valuation_report()
                                $rep->NewLine();
                }
                $UnitCost = $trans['purchase_cost'];
-               $Depreciation = $trans['purchase_cost'] - $trans['material_cost'];;
+               $Depreciation = $trans['purchase_cost'] - $trans['material_cost'];
                $Balance = $trans['material_cost'];
                if ($detail)
                {