Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/16/08 12:29:31 (6 months ago)
Author:
bwolfe
Message:

Merging trunk to the 1.3.x branch (sideporting) to get bug fixes into an RC5 release [4745]:[4946]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/1.3.x/web/WEB-INF/view/portlets/patientHeader.jsp

    r4632 r4947  
    141141                                        <span id="patientHeaderRegimen"> 
    142142                                                <c:forEach items="${model.currentDrugOrders}" var="drugOrder" varStatus="drugOrderStatus"> 
    143                                                         ${drugOrder.drug.name} 
     143                                                        <c:if test="${!empty drugOrder.drug}">${drugOrder.drug.name}</c:if><c:if test="${empty drugOrder.drug}">${drugOrder.concept.name.name}</c:if> 
    144144                                                        <c:if test="${!drugOrderStatus.last}">, </c:if> 
    145145                                                </c:forEach>