-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
21475 Filer - Update Change of Address filing processor to delay dissolution #2750
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
if flag_on: | ||
if business.in_dissolution: | ||
batch_processinges = BatchProcessing.find_by(business_id=business.id) | ||
for batch_processing in batch_processinges: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plural would be batch_processings
Quality Gate failedFailed conditions |
queue_services/entity-filer/src/entity_filer/filing_processors/change_of_address.py
Outdated
Show resolved
Hide resolved
1d5c209
to
4198c46
Compare
Signed-off-by: Hongjing Chen <[email protected]>
Signed-off-by: Hongjing Chen <[email protected]>
Signed-off-by: Hongjing Chen <[email protected]>
…date more than 60 days Signed-off-by: Hongjing Chen <[email protected]>
Signed-off-by: Hongjing Chen <[email protected]>
Signed-off-by: Hongjing Chen <[email protected]>
440b684
to
9de4ffd
Compare
Signed-off-by: Hongjing Chen <[email protected]>
Signed-off-by: Hongjing Chen <[email protected]>
Signed-off-by: Hongjing Chen <[email protected]>
Signed-off-by: Hongjing Chen <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2750 +/- ##
==========================================
+ Coverage 75.49% 81.54% +6.04%
==========================================
Files 196 42 -154
Lines 12264 1913 -10351
Branches 2054 351 -1703
==========================================
- Hits 9259 1560 -7699
+ Misses 2442 197 -2245
+ Partials 563 156 -407
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Issue #: /bcgov/entity#21475
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).