This commit is contained in:
2026-03-17 20:36:51 +03:00
parent c80faeb665
commit f59791caf1
9 changed files with 106 additions and 6 deletions
-1
View File
@@ -43,7 +43,6 @@ class ReportService:
start_date, end_date
)
# Разделяем транзакции на личные и комнатные
resident_transactions = [t for t in all_transactions if not t.per_room]
room_transactions = [t for t in all_transactions if t.per_room]