From: Janusz Dobrowolski Date: Mon, 17 Feb 2020 11:47:29 +0000 (+0100) Subject: Annual Expense Breakdown Report: another coding fix. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=b1a0e08b3d9f684ef42959dee87cbfd52a5c439e Annual Expense Breakdown Report: another coding fix. --- 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']);