Skip to content

Commit 5637546

Browse files
authored
fix(Dr. Rai Reports): Turn on for SBX (#5784)
**Story card:** [SIMPLEETH-6](https://rtsl.atlassian.net/browse/SIMPLEETH-6) ## Because The indicator is turned on per country and SBX's country was not taken into consideration. ## This addresses Missing Titration Indicator in SBX ## Test instructions Check that there's the Titration Indicator in SBX
1 parent d0c843c commit 5637546

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/models/dr_rai/titration_indicator.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def is_supported?(region)
4444
region.path.split(".").none? { |level| level.include?("non_rtsl") }
4545
when "Sri Lanka"
4646
region.path.split(".").include?("sri_lanka_organization")
47+
when "India"
48+
true
4749
else
4850
false
4951
end

0 commit comments

Comments
 (0)