Skip to content

Commit

Permalink
OBPIH-5934 Restore item search on the item status tab on PO view page (
Browse files Browse the repository at this point in the history
  • Loading branch information
awalkowiak committed Nov 15, 2023
1 parent 5bb2628 commit 62ea86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/order/_itemStatus.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h2>
<warehouse:message code="order.itemStatus.label" default="Item Status"/>
</h2>
<g:if test="${isPutawayOrder}">
<g:if test="${!isPutawayOrder}">
<input type="text" id="orderItemsStatusFilter" class="text large" placeholder="${g.message(code: 'order.filterByProduct.label', default: 'Filter by product name or code')}"/>
</g:if>
<g:if test="${orderItems}">
Expand Down

0 comments on commit 62ea86b

Please sign in to comment.