dash data

This commit is contained in:
CHIEFSOFT\ameye
2024-09-03 12:11:13 -04:00
parent 99e84a3332
commit c7ea06f3b4
+1 -1
View File
@@ -32,7 +32,7 @@ class BkoDash extends BaseController
$dash_data["applications"] = 0;
$dash_data["today_application"] = 0;
$dash_data["curr_month"] = "September";
$dash_data["curr_month"] = date('F');
$dash_data["curr_application_amount"] = "0";
$dash_data["curr_application_percentage"] = "0";
$dash_data["curr_application_direction"] = "up";