[minor] refresh tags in form footer

This commit is contained in:
Anand Doshi 2014-09-12 11:25:17 +05:30
parent 80fd2a5b32
commit d6e1bb090d

View file

@ -91,7 +91,7 @@ frappe.ui.form.Footer = Class.extend({
this.frm.attachments.refresh();
this.frm.comments.refresh();
this.frm.assign_to.refresh();
this.frm.tags.refresh();
this.frm.tags && this.frm.tags.refresh();
}
},
});