diff --git a/modules/bnporc/enterprise/browser.py b/modules/bnporc/enterprise/browser.py index 1d618fcec0e4c9b6141473841dd6d19be808bb49..14c5b0e1c6744778ce08d1255c9b6507107e46cd 100644 --- a/modules/bnporc/enterprise/browser.py +++ b/modules/bnporc/enterprise/browser.py @@ -146,8 +146,8 @@ def _iter_history_base(self, account): self.logger.debug('skipping coming %r', transaction.to_dict()) continue history.append(transaction) - for transaction in sorted_transactions(history): - yield transaction + for transaction in sorted_transactions(history): + yield transaction @need_login def iter_coming_operations(self, account):