Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openmrs/openmrs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0e15769ee9c5
Choose a base ref
...
head repository: openmrs/openmrs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75bf4a1857be
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 3, 2014

  1. Copy the full SHA
    0b2fb51 View commit details
  2. Merge pull request #699 from alexisduque/TRUNK-4251

    TRUNK-4251: Patient dashboard issue when using french locale
    dkayiwa committed Mar 3, 2014
    Copy the full SHA
    75bf4a1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 webapp/src/main/webapp/WEB-INF/view/portlets/patientVisits.jsp
Original file line number Diff line number Diff line change
@@ -197,10 +197,10 @@ tr.bottom-encounter-in-visit td:last-child {
+ visitId
+ '&patientId=${model.patient.patientId}">'
+ type
+ '</a><br/><span class="dimmedDates"><openmrs:message code="general.fromDate" /> '
+ '</a><br/><span class="dimmedDates"><openmrs:message javaScriptEscape="true" code="general.fromDate" /> '
+ from;
if (to != '') {
visit = visit + ' <openmrs:message code="general.toDate" /> ' + to;
visit = visit + ' <openmrs:message javaScriptEscape="true" code="general.toDate" /> ' + to;
}
visit = visit + '</span>';
$j('td:eq(0)',