{% $.each(visible_columns || [], function(i, df) { %} {% var val = doc.get_formatted(df.fieldname); if((df.fieldname !== "description" && df.fieldname !== "item_name") && val) { %}
<<<<<<< HEAD {%= __(df.label) %}: ======= {%= __(df.label, null, df.parent) %}: >>>>>>> 125a352bc2 (fix: allow all dispatch address for drop ship invoice)
{%= doc.get_formatted(df.fieldname) %}
{% } else if (df.fieldname==="description") { %}

{{ doc.description }}

{% } %} {% }); %}