brotherton-erpnext/erpnext/templates/includes/address_row.html
2016-01-01 17:24:37 +05:30

9 lines
282 B
HTML

<div class="web-list-item">
<a href="/addresses?name={{ doc.name | urlencode }}" class="no-decoration">
<h4 class="strong">{{ doc.address_title }}</h4>
<p class="text-muted small">
{{ frappe.get_doc(doc).get_display() }}
</p>
</a>
</div>