commit | ecde26409b9264e3b4185861cb35f4a5318c83fe | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Tue Mar 02 18:54:50 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Mar 02 18:54:50 2021 +0530 |
tree | e6e69fc44e8b9e19d5749a24a93d222aeef2f7dc | |
parent | 027db0b41e74685be3e6ecb5703757f81e973d6f [diff] |
Update team_updates.js
diff --git a/erpnext/hr/page/team_updates/team_updates.js b/erpnext/hr/page/team_updates/team_updates.js index 991b316..3583297 100644 --- a/erpnext/hr/page/team_updates/team_updates.js +++ b/erpnext/hr/page/team_updates/team_updates.js
@@ -75,6 +75,6 @@ } me.last_feed_date = date; - $(frappe.render_template('team_update_row', data)).appendTo(me.body) + $(frappe.render_template('team_update_row', data)).appendTo(me.body); } }