Skip to content

Commit

Permalink
Update update-tracked-entity-attribute-values-trigger.sql
Browse files Browse the repository at this point in the history
Bug fix for not considering deleted events when updating patient status to OVERDUE_PENDING_CALL
  • Loading branch information
stratosilva authored Nov 20, 2024
1 parent 623ec00 commit 721e9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update-tracked-entity-attribute-values-trigger.sql
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ BEGIN
FROM
programstageinstance AS psi
WHERE
psi.deleted = false AND
EXISTS (
SELECT
1
Expand Down

0 comments on commit 721e9ec

Please sign in to comment.