Move variable default values for reporting to inc_all_reports

This commit is contained in:
Marcus Hill
2023-01-26 12:43:18 +00:00
parent 00dd605d8d
commit 7e644d8f9f
3 changed files with 5 additions and 5 deletions

View File

@@ -9,3 +9,7 @@ include("reports_side_nav.php");
include("inc_wrapper.php");
include("inc_alert_feedback.php");
// Set variable default values
$largest_income_month = 0;
$largest_invoice_month = 0;
$recurring_total = 0;