[Fix]Improve code

bzr revid: vja@tinyerp.com-20130123105838-kd4isg7vcxcfk0su
This commit is contained in:
Vishmita 2013-01-23 16:28:38 +05:30
parent 93a1d36d90
commit 6c460544cc
1 changed files with 1 additions and 2 deletions

View File

@ -4712,9 +4712,8 @@ instance.web.form.SelectCreatePopup = instance.web.form.AbstractFormPopup.extend
this.searchview.hide();
}
if (this.view_list) {
this.view_list.$el.hide();
this.view_list.do_hide();
}
this.$el.find('.oe_popup_list_pager').hide();
this.setup_form_view();
},
});