[fix] show item description in form grid based on in_list_view

This commit is contained in:
Rushabh Mehta
2015-07-02 15:09:18 +05:30
parent ecf220a721
commit 5105f909d6
4 changed files with 10 additions and 11 deletions

View File

@@ -9,5 +9,7 @@
{%= doc.get_formatted(df.fieldname) %}
</div>
</div>
{% } else if (df.fieldname==="description") { %}
<p>{{ doc.description }}</p>
{% } %}
{% }); %}