mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
[fix] show item description in form grid based on in_list_view
This commit is contained in:
@@ -9,5 +9,7 @@
|
||||
{%= doc.get_formatted(df.fieldname) %}
|
||||
</div>
|
||||
</div>
|
||||
{% } else if (df.fieldname==="description") { %}
|
||||
<p>{{ doc.description }}</p>
|
||||
{% } %}
|
||||
{% }); %}
|
||||
|
||||
Reference in New Issue
Block a user