mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-08-08 18:11:14 +03:00
update
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user