mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
[layout cleanup] in Quotation, Sales Order, Delivery Note
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
{% } %}
|
||||
|
||||
{% if(doc.item_name != doc.item_code && in_list(visible_column_fieldnames, "item_name")) { %}
|
||||
<br>{%= doc.item_name %}{% } %}
|
||||
{% if (doc.item_code) { %}<br>{% } %}
|
||||
{%= doc.item_name %}{% } %}
|
||||
|
||||
{% include "templates/form_grid/includes/visible_cols.html" %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user