forked from openmrs/openmrs-distro-referenceapplication
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d11cb63
commit 5a05498
Showing
3 changed files
with
81 additions
and
5 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
distro/configuration/globalproperties/address-template.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<config> | ||
<globalProperties> | ||
<globalProperty> | ||
<property>layout.address.format</property> | ||
<value> | ||
<org.openmrs.layout.address.AddressTemplate> | ||
<nameMappings class="properties"> | ||
<property name="address1" value="Location.address1"/> | ||
<property name="address2" value="Location.address2"/> | ||
<property name="address3" value="Location.address3"/> | ||
<property name="address4" value="Location.address4"/> | ||
</nameMappings> | ||
<sizeMappings class="properties"> | ||
<property name="address1" value="10"/> | ||
<property name="address2" value="40"/> | ||
<property name="address3" value="40"/> | ||
<property name="address4" value="40"/> | ||
</sizeMappings> | ||
<lineByLineFormat> | ||
<string>address1</string> | ||
<string>address2</string> | ||
<string>address3 address4</string> | ||
</lineByLineFormat> | ||
<requiredElements>\\n" + " </requiredElements>\\n" + " </org.openmrs.layout.address.AddressTemplate> | ||
</value> | ||
</globalProperty> | ||
</globalProperties> | ||
</config> |
3 changes: 1 addition & 2 deletions
3
distro/configuration/relationshiptypes/relationshiptypes-core_demo.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters