Skip to content

Commit

Permalink
fix: Timeline item details link (#6177)
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris authored and rmehta committed Oct 2, 2018
1 parent 1ba3f4a commit cb67d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/form/footer/timeline_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</span>
{% if(in_list(["Communication", "Feedback"], data.communication_type)) { %}
{% if (frappe.model.can_read(\'Communication\')) { %}
<a href="#Form/{%= data.doctype %}/{%= data.name %}"
<a href="#Form/Communication/{%= data.name %}"
class="text-muted">
{% } %}

Expand Down

0 comments on commit cb67d66

Please sign in to comment.