fixed bug

bzr revid: nicolas.vanhoren@openerp.com-20121008162224-inmlqdcj4jd96g67
This commit is contained in:
niv-openerp 2012-10-08 18:22:24 +02:00
parent d27242e164
commit a8772445c7
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ openerp.hr_timesheet_sheet = function(instance) {
self.get_super_total().html(super_tot);
},
sync: function() {
var self = this;
self.setting = true;
self.set({sheets: this.generate_o2m_value()});
self.setting = false;