From c150fb02bb2bcb4fd10c086d85ccafc3b4383779 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 28 Jan 2025 15:06:43 -0500 Subject: [PATCH] Fix Profit and Loss Report getting the wrong total expense amount for Quarter 2 April - June due to wrong var being used this does not affect actual expense data and will show correctly after update and also does not affect total expense for all 4 quarters --- report_profit_loss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_profit_loss.php b/report_profit_loss.php index 74c46c8b..95532d90 100644 --- a/report_profit_loss.php +++ b/report_profit_loss.php @@ -377,7 +377,7 @@ $sql_categories_expense = mysqli_query($mysqli, "SELECT * FROM categories WHERE ?> - +