Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion account_check/models/account_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def do_checks_operations(self, cancel=False):
self.ensure_one()
vals = {}
rec = self
if not rec.check_type:
if not rec.check_type or rec.check_id:
# continue
return vals
if (
Expand Down