Skip to content

Commit

Permalink
Revert temp involuntary dissolution fix for eligibility check query (b…
Browse files Browse the repository at this point in the history
  • Loading branch information
argush3 authored Jun 25, 2024
1 parent 9f26690 commit 469e870
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ def _has_future_effective_filing():
# pylint: disable=protected-access
return db.session.query(Filing). \
filter(Filing.business_id == Business.id). \
filter(Filing._filing_type.notin_(['changeOfAddress'])). \
filter(Filing._status.in_([Filing.Status.PENDING.value, Filing.Status.PAID.value])). \
exists()

Expand Down

0 comments on commit 469e870

Please sign in to comment.