commit | 922432616f1cacaf944844f79cf6c6d73b01fa7e | [log] [tgz] |
---|---|---|
author | prssanna <prssud@gmail.com> | Tue Nov 10 17:24:15 2020 +0530 |
committer | prssanna <prssud@gmail.com> | Tue Nov 10 17:24:15 2020 +0530 |
tree | 5369d1f442aa96b939a6236d86d586cff6772d33 | |
parent | e3b71b9b249946b2e8c8d0d5ebe5096ac7f038bf [diff] | |
parent | 1183980e0ed71531d0b4e1eb41bb1580adb05021 [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