Skip to content

Commit

Permalink
Removed orders section from admin page and cleaned up javadocs in Ord…
Browse files Browse the repository at this point in the history
…erTypeValidator
  • Loading branch information
wluyima committed Mar 10, 2014
1 parent 2a72379 commit 72cf0fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Expand Up @@ -31,7 +31,7 @@ public boolean supports(Class c) {
}

/**
* Checks theobject for any inconsistencies/errors
* Validates an Order object
*
* @see org.springframework.validation.Validator#validate(java.lang.Object,
* org.springframework.validation.Errors)
Expand Down
7 changes: 0 additions & 7 deletions webapp/src/main/webapp/WEB-INF/view/admin/index.jsp
Expand Up @@ -88,13 +88,6 @@
<%@ include file="observations/localHeader.jsp" %>
</div>
</openmrs:hasPrivilege>

<openmrs:hasPrivilege privilege="View Orders,Manage Order Types">
<div class="adminMenuList">
<h4><openmrs:message code="Order.header"/></h4>
<%@ include file="orders/localHeader.jsp" %>
</div>
</openmrs:hasPrivilege>

<openmrs:hasPrivilege privilege="View Scheduler,Manage Scheduler">
<div class="adminMenuList">
Expand Down

0 comments on commit 72cf0fb

Please sign in to comment.