[form] [controls] finished controls and script manager - 1st cut

This commit is contained in:
Rushabh Mehta 2013-05-03 14:27:32 +05:30
parent d3e00995db
commit d2923fe2b2

View File

@ -34,7 +34,7 @@ erpnext.projects.Task = wn.ui.form.Controller.extend({
} }
}, },
after_save: function() { validate: function() {
this.frm.doc.project && wn.model.remove_from_locals("Project", this.frm.doc.project && wn.model.remove_from_locals("Project",
this.frm.doc.project); this.frm.doc.project);
}, },