[fix] timeline.js
This commit is contained in:
parent
6357633de0
commit
5e3db25edb
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ frappe.views.CommunicationComposer = Class.extend({
|
|||
}
|
||||
if (cur_frm) {
|
||||
// clear input
|
||||
cur_frm.timeline.input.val("");
|
||||
cur_frm.timeline.input && cur_frm.timeline.input.val("");
|
||||
cur_frm.reload_doc();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue