{Literal}Scan or search item code{/Literal}:
   add
<% _.each(inventoryAdjustments, function(inventoryAdjustments) { %>
{Literal}Id{/Literal}: <%= inventoryAdjustments.id %>
<%= inventoryAdjustments.description %>
{Literal}Qty on Hand{/Literal}: <%= inventoryAdjustments.qtyOnHand %>
{Literal}This Session{/Literal}: <%= inventoryAdjustments.total %>

<% }); %>