mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 20:05:09 +00:00
[fix] urlencode address list's link
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="web-list-item">
|
||||
<a href="/addresses?name={{ doc.name }}" no-pjax class="no-decoration">
|
||||
<a href="/addresses?name={{ doc.name | urlencode }}" no-pjax class="no-decoration">
|
||||
<h4 class="strong">{{ doc.address_title }}</h4>
|
||||
<p class="text-muted small">
|
||||
{{ frappe.get_doc(doc).get_display() }}
|
||||
|
||||
Reference in New Issue
Block a user