[IMP] pms_api_rest: change domain in get_transactions to consider correct date

This commit is contained in:
Sara Lago
2022-11-09 21:19:09 +01:00
committed by Darío Lodeiros
parent d498827245
commit efe11fbd9e

View File

@@ -76,7 +76,7 @@ class PmsTransactionService(Component):
domain_fields.extend(
[
("date", ">=", date_from),
("date", "<", date_to),
("date", "<=", date_to),
]
)