Skip to content

Commit

Permalink
[FIX] sale_commission_check_deposit: do not filter non deposited checks
Browse files Browse the repository at this point in the history
  • Loading branch information
renda-dev committed Jul 15, 2024
1 parent 968523e commit df08169
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def get_move_ids(self, payments_widget):
[
("move_id", "in", account_move_ids),
("journal_id.is_check_journal", "=", True),
("check_deposit_id", "!=", False),
]
)
return all(
Expand Down

0 comments on commit df08169

Please sign in to comment.