Skip to content

Commit

Permalink
Merge branch 'bugfix/90-error-occurs-on-receive-shipment' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiranda committed Apr 30, 2016
2 parents c7ee193 + 08563dc commit a109567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
16 changes: 3 additions & 13 deletions grails-app/views/order/_filters.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<g:form id="listForm" action="list" method="GET">
<g:hiddenField name="type" value="${params.type}"/>
<g:hiddenField name="max" value="${params.max ?: 10}"/>

<div class="box">
<h2><warehouse:message code="default.filters.label"/></h2>
<table>
Expand Down Expand Up @@ -81,7 +82,6 @@
<tr class="prop">
<td>
<label><warehouse:message code="order.orderedBy.label"/></label>

<div>
<g:select id="orderedById" name="orderedById" class="chzn-select-deselect"
from="${orderedByList}"
Expand All @@ -103,6 +103,7 @@
<a href="javascript:void(0);" id="clearStartDate">clear</a>
</td>
</tr>

<tr class="prop">
<td>
<label class="block">${warehouse.message(code: 'default.lastUpdatedBefore.label', default: 'Last updated before')}</label>
Expand All @@ -112,13 +113,9 @@
value="${statusEndDate}" format="MM/dd/yyyy"/>
</div>
<a href="javascript:void(0);" id="clearEndDate">clear</a>

</td>
</tr>




<tr class="prop">
<td colspan="2">
<div class="center">
Expand All @@ -136,11 +133,4 @@
</table>
</div>
</g:form>
</div>







</div>
1 change: 0 additions & 1 deletion grails-app/views/order/_summary.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,3 @@
</g:link>
</div>
</div>

0 comments on commit a109567

Please sign in to comment.