отчет

This commit is contained in:
2026-03-19 10:20:55 +05:00
parent fd1d4a66d2
commit 84917e4683
6 changed files with 397 additions and 2 deletions

View File

@@ -566,6 +566,11 @@ function showSection(sectionName) {
loadUserProfile();
loadNotificationSettings();
}
if (sectionName === 'reports') {
if (typeof loadReportData === 'function') {
loadReportData();
}
}
}
// Функция для отображения Канбан доски