Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/89 use inventory snapshot for dashboard widgets #142

Merged
Prev Previous commit
Next Next commit
Removed errant text that was committed by accident
  • Loading branch information
jmiranda committed May 4, 2016
commit 39f996e8554c58b299989511d6e9bbc1dcc63229
4 changes: 2 additions & 2 deletions grails-app/views/product/_summary.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
</g:else>
</g:if>
<g:elseif test="${inventoryLevelInstance?.status == InventoryStatus.NOT_SUPPORTED}">
<warehouse:message code="enum.InventoryStatus.NOT_SUPPORTED"/>safsafsa
<warehouse:message code="enum.InventoryStatus.NOT_SUPPORTED"/>
</g:elseif>
<g:elseif test="${inventoryLevelInstance?.status == InventoryStatus.SUPPORTED_NON_INVENTORY}">
<warehouse:message code="enum.InventoryStatus.SUPPORTED_NON_INVENTORY"/>fsafsa
<warehouse:message code="enum.InventoryStatus.SUPPORTED_NON_INVENTORY"/>
</g:elseif>
<g:else>
none
Expand Down