mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 04:14:54 +00:00
Graphes are starting to work in dashboard
This commit is contained in:
@@ -103,7 +103,6 @@ $sql_categories = mysqli_query($mysqli,"SELECT * FROM categories WHERE category_
|
||||
$payment_total_amount_for_month = $row['payment_total_amount_for_month'];
|
||||
$total_payment_for_all_months = $payment_total_amount_for_month + $total_payment_for_all_months;
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<th class="text-right">$<?php echo number_format($payment_total_amount_for_month,2); ?></th>
|
||||
|
||||
Reference in New Issue
Block a user