Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empt64 #141

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added console logs
Parth59 committed Mar 13, 2021
commit 71957ea0772ab9d0221b6d73fcddbc9ddbc1c2d8
7 changes: 7 additions & 0 deletions api/license-header.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
the terms of the Healthcare Disclaimer located at http://openmrs.org/license.

Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS
graphic logo is a trademark of OpenMRS Inc.
7 changes: 7 additions & 0 deletions omod/license-header.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
the terms of the Healthcare Disclaimer located at http://openmrs.org/license.

Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS
graphic logo is a trademark of OpenMRS Inc.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/admin/person/relationshipTypeForm.jsp
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
}

</script>

<h1>Nata</h1>
<h2><openmrs:message code="RelationshipType.title"/></h2>
<spring:hasBindErrors name="relationshipType">
<openmrs_tag:errorNotify errors="${errors}" />
3 changes: 2 additions & 1 deletion omod/src/main/webapp/admin/programs/conversionForm.jsp
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@
<openmrs:htmlInclude file="/dwr/util.js" />

<form method="post" id="theForm">

<table>
<tr>
<td><openmrs:message code="Program.conversion.programWorkflow"/>:<span class="required">*</span></td>
@@ -31,7 +32,7 @@
<td><openmrs:message code="Program.conversion.concept"/>:<span class="required">*</span></td>
<td>
<spring:bind path="conversion.concept">
<openmrs:fieldGen type="org.openmrs.Concept" formFieldName="concept" val="${status.editor.value}" parameters="" />
<openmrs:fieldGen type="org.openmrs.Concept" formFieldName="concept" val="<c:out value='${status.editor.value}' />" parameters="" />
<c:if test="${status.errorMessage != ''}"><span class="error">${status.errorMessage}</span></c:if>
</spring:bind>
</td>
1 change: 1 addition & 0 deletions omod/src/main/webapp/admin/provider/index.jsp
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@


<br/><br/>
<h1>Bye bye</h1>

<div>
<b class="boxHeader"><openmrs:message code="Provider.find"/></b>