mirror of
https://github.com/itflow-org/itflow
synced 2026-03-18 11:44:51 +00:00
Move variable default values for reporting to inc_all_reports
This commit is contained in:
@@ -17,10 +17,6 @@ $sql_payment_years = mysqli_query($mysqli, "SELECT DISTINCT YEAR(payment_date) A
|
||||
|
||||
$sql_categories = mysqli_query($mysqli, "SELECT * FROM categories WHERE category_type = 'Income' AND company_id = $session_company_id ORDER BY category_name ASC");
|
||||
|
||||
// Default values
|
||||
$largest_income_month = 0;
|
||||
$largest_invoice_month = 0;
|
||||
|
||||
?>
|
||||
|
||||
<div class="card card-dark">
|
||||
|
||||
Reference in New Issue
Block a user