fix: remove from timeline.js

This commit is contained in:
Rushabh Mehta 2019-05-13 14:32:23 +05:30
parent 3d26d2dd22
commit 5f85b5935c

View file

@ -441,7 +441,6 @@ frappe.ui.form.Timeline = class Timeline {
set_icon_and_color(c) {
if(c.communication_type == "Feedback"){
c.icon = "octicon octicon-comment-discussion"
c.rating_icons = frappe.render_template("rating_icons", {rating: c.rating, show_label: true})
} else {
c.icon = {
"Email": "octicon octicon-mail",