mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
[fix] [print] Print Hide Item Code
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
<td style="width: 3%;">{{ row.idx }}</td>
|
<td style="width: 3%;">{{ row.idx }}</td>
|
||||||
<td style="width: 20%;">
|
<td style="width: 20%;">
|
||||||
{{ row.item_name }}
|
{{ row.item_name }}
|
||||||
{% if row.item_code != row.item_name -%}
|
{% if row.item_code != row.item_name and not row.meta.get_field("item_code").print_hide -%}
|
||||||
<br>Item Code: {{ row.item_code}}
|
<br>Item Code: {{ row.item_code }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 37%;">
|
<td style="width: 37%;">
|
||||||
|
|||||||
Reference in New Issue
Block a user