[IMP]Put if condition before description.

bzr revid: bth@tinyerp.com-20131018125516-30vrivjop5469gtb
This commit is contained in:
bth-openerp 2013-10-18 18:25:16 +05:30
parent 9684850bc5
commit 862afce60a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
</a>
<div class="media-body" style="min-height: 64px;">
<a class="media-heading" t-href="/partners/#{ partner_id.id }/"><span t-field="partner_id.parent_id"/> <span t-field="partner_id.name"/></a> - <span t-field="partner_id.grade_id"/>
<div t-field="partner_id.website_short_description"/>
<t t-if="partner_id.website_short_description"><div t-field="partner_id.website_short_description"/></t>
</div>
</div>
</t>