Skip to content

Commit 5630f4b

Browse files
committed
add comment
1 parent a1772b0 commit 5630f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/openmrs/module/pihcore/apploader/CustomAppLoaderFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ private void enableCheckIn(Config config) {
630630
}
631631

632632
if (config.getCountry().equals(ConfigDescriptor.Country.SIERRA_LEONE)) {
633-
liveCheckInFormName = "checkin.xml"; // we are migrating away from the "live check in Sierra Leone, hopefully we can remove this eventually everywhere
633+
liveCheckInFormName = "checkin.xml"; // we are migrating away from the "live check in" in Sierra Leone, hopefully we can remove this eventually everywhere (but will need to account for the "wristband" functionality built into the live check in for Haiti)
634634
}
635635

636636
// circular app that redirects to registration page, see comments in CheckInPageController

0 commit comments

Comments
 (0)