bzr revid: ysa@tinyerp.com-20111012131253-hjm2i9pew98el3lo
This commit is contained in:
Yogesh (OpenERP) 2011-10-12 18:42:53 +05:30
parent c34c8651fc
commit e1f9558ecf
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ openerp.web.ViewEditor = openerp.web.Widget.extend({
}
else {
_.each(val,function(element){
self.full_path_search(cKKheck_list ,element.child_id ,xpath_object);
self.full_path_search(check_list ,element.child_id ,xpath_object);
});
}
}