Final version

This commit is contained in:
cyrteL
2025-08-22 19:26:43 +03:00
committed by GitHub
parent b4c1a2caa9
commit 558cd96cdf
31 changed files with 6181 additions and 1632 deletions

View File

@ -112,6 +112,9 @@ class CatalogManager {
console.error('Ошибка при загрузке каталога:', error);
auth.showNotification('Ошибка при загрузке каталога', 'danger');
this.hideLoading();
} finally {
// Проверяем уведомления о низком остатке
await this.warehouse.checkAndSendNotifications();
}
}