commit | dc1e24064202aee7f2b5fb49a870c05b3f7539fb | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scm.mymail@gmail.com> | Thu Nov 12 11:33:47 2020 +0530 |
committer | Shivam Mishra <scm.mymail@gmail.com> | Thu Nov 12 11:33:47 2020 +0530 |
tree | cb7ae67e706bcc468bec585aca964257115d0b5d | |
parent | bed717b44224c5673a9c6a17cb9a230fa250dfd9 [diff] | |
parent | 922432616f1cacaf944844f79cf6c6d73b01fa7e [diff] |
Merge branch 'rebrand-ui' of https://github.com/frappe/erpnext into rebrand-ui
diff --git a/erpnext/templates/print_formats/includes/item_table_description.html b/erpnext/templates/print_formats/includes/item_table_description.html index ed46c9e..7569e50 100644 --- a/erpnext/templates/print_formats/includes/item_table_description.html +++ b/erpnext/templates/print_formats/includes/item_table_description.html
@@ -11,11 +11,11 @@ <div> {% if doc.in_format_data("item_code") and "item_code" in display_columns -%} - <div class="primary"> - {% if compact %}<strong>{% endif %} - {{ _(doc.item_code) }} - {% if compact %}</strong>{% endif %} + {% if compact %} + <div class="primary compact-item"> + {{ _(doc.item_code) }} </div> + {% endif %} {%- endif %} {%- if doc.in_format_data("item_name") and "item_name" in display_columns and