Skip to content

Commit

Permalink
AP-4216: update query to use matter code rather than name
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldstone93 committed Sep 9, 2024
1 parent 20fbaf7 commit af7201e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/query/incomplete_proceedings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def query
(
NOT EXISTS (select 'has_scope_limitations' FROM scope_limitations where (proceeding_id = proceedings.id))
OR (used_delegated_functions IS NULL)
OR (accepted_substantive_defaults IS NULL AND matter_type != 'Special Children Act')
OR (accepted_substantive_defaults IS NULL AND ccms_matter_code != 'KPBLW')
OR (client_involvement_type_ccms_code IS NULL)
OR (used_delegated_functions = true AND accepted_emergency_defaults IS NULL)
OR (accepted_substantive_defaults = false
Expand Down

0 comments on commit af7201e

Please sign in to comment.