Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit e61fd61

Browse files
authored
Merge pull request #2332 from makombe/location-csv
Disable installing locations from the module
2 parents f9961b0 + 1209cdd commit e61fd61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/main/java/org/openmrs/module/kenyaemr/metadata/FacilityMetadata.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public void install(boolean full) throws Exception {
9999

100100
if (full) {
101101
ObjectSource<Location> source = new LocationMflCsvSource("metadata/mfl_2014-05-12.csv");
102-
sync(source, mflSynchronization);
102+
// Location creation to be handled by by initializer.
103+
// sync(source, mflSynchronization);
103104
}
104105
}
105106
}

0 commit comments

Comments
 (0)