{%= doc.item_code %}
{% if(doc.item_name != doc.item_code) { %}
{%= doc.item_name %}{% } %}
{% include "templates/form_grid/includes/visible_cols.html" %}
{% if(doc.schedule_date) { %}
{%= doc.get_formatted("schedule_date") %}
{% } %}
{% if(doc.warehouse) { %}
{%= doc.warehouse %}
{% } %}
{%= doc.get_formatted("qty") %}
{%= doc.uom || doc.stock_uom %}
{% } %}