Skip to content

Commit

Permalink
Merge pull request #153 from YujithIsura/main
Browse files Browse the repository at this point in the history
2024A batch removed from the avinya system
  • Loading branch information
YujithIsura authored Sep 11, 2024
2 parents 09fe3ed + 3ce24d4 commit 97c97d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/organization_data.bal
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public isolated service class OrganizationData {
child_org_ids = db_client->query(
`SELECT *
FROM parent_child_organization
WHERE parent_org_id = ${self.organization.id} AND parent_org_id != 17 AND parent_org_id != 24`
WHERE parent_org_id = ${self.organization.id} AND parent_org_id != 17 AND parent_org_id != 24 AND parent_org_id != 32`
);
}

Expand Down

0 comments on commit 97c97d6

Please sign in to comment.