Skip to content

Commit

Permalink
ap 5231: amend_incomplete auery to use ccms_matter_code not matter_type
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahern committed Sep 5, 2024
1 parent 95a0d20 commit e4b63a4
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 @@ -27,7 +27,7 @@ def query
OR (used_delegated_functions IS NULL)
OR (accepted_substantive_defaults IS NULL AND matter_type != 'Special Children Act')
OR (client_involvement_type_ccms_code IS NULL)
OR (used_delegated_functions = true AND accepted_emergency_defaults IS NULL AND matter_type != 'Special Children Act')
OR (used_delegated_functions = true AND accepted_emergency_defaults IS NULL AND ccms_matter_code != 'KPBLW')
OR (accepted_substantive_defaults = false
AND (substantive_level_of_service IS NULL
OR substantive_level_of_service_name IS NULL
Expand Down

0 comments on commit e4b63a4

Please sign in to comment.