Minor fix

This commit is contained in:
Oscar Alvarez 2020-12-01 18:26:27 -05:00
parent 26bc6b479f
commit b3f4043f79
1 changed files with 1 additions and 1 deletions

View File

@ -1524,7 +1524,7 @@ class AuxiliaryParty(Report):
moves = Move.search_read(dom_move,
order=[
('date', 'ASC'), ('id', 'ASC')
], fields_names=['id'],
], fields_names=['id'],
)
moves_ids = [move['id'] for move in moves]