Browse Source

Merge branch 'rebrand-ui' of https://github.com/frappe/erpnext into rebrand-ui

develop
Shivam Mishra 4 years ago
parent
commit
dc1e240642
  1. 8
      erpnext/templates/print_formats/includes/item_table_description.html

8
erpnext/templates/print_formats/includes/item_table_description.html

@ -11,11 +11,11 @@
<div> <div>
{% if doc.in_format_data("item_code") and "item_code" in display_columns -%} {% if doc.in_format_data("item_code") and "item_code" in display_columns -%}
<div class="primary"> {% if compact %}
{% if compact %}<strong>{% endif %} <div class="primary compact-item">
{{ _(doc.item_code) }} {{ _(doc.item_code) }}
{% if compact %}</strong>{% endif %}
</div> </div>
{% endif %}
{%- endif %} {%- endif %}
{%- if doc.in_format_data("item_name") and "item_name" in display_columns and {%- if doc.in_format_data("item_name") and "item_name" in display_columns and

Loading…
Cancel
Save