From b1a0e08b3d9f684ef42959dee87cbfd52a5c439e Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 17 Feb 2020 12:47:29 +0100 Subject: [PATCH] Annual Expense Breakdown Report: another coding fix. --- reporting/rep705.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep705.php b/reporting/rep705.php index f32e5674..452eaa71 100644 --- a/reporting/rep705.php +++ b/reporting/rep705.php @@ -110,7 +110,7 @@ function display_type ($type, $typename, $yr, $mo, $convert, &$dec, &$rep, $dime $balance = array(1 => $bal['per01'], $bal['per02'], $bal['per03'], $bal['per04'], $bal['per05'], $bal['per06'], $bal['per07'], $bal['per08'], - $bal['per09'], $bal['per10'], $bal['per11'], $bal['per12'], $bal[pertotal]); + $bal['per09'], $bal['per10'], $bal['per11'], $bal['per12'], $bal['pertotal']); $rep->TextCol(0, 1, $account['account_code']); $rep->TextCol(1, 2, $account['account_name']); -- 2.30.2