[REF] Replace temp name by real name

bzr revid: jke@openerp.com-20140505154343-7r6t02n51ts8m8j9
This commit is contained in:
Kersten Jeremy 2014-05-05 17:43:43 +02:00
parent 1aff5f6bf8
commit 20545be3db
1 changed files with 2 additions and 2 deletions

View File

@ -514,8 +514,8 @@ openerp.web_calendar = function(instance) {
date_stop = this.date_stop ? instance.web.auto_str_to_date(evt[this.date_stop]) : null;
}
else {
date_start = instance.web.auto_str_to_date(evt[this.date_start].split(' ')[0],'zstart');
date_stop = this.date_stop ? instance.web.auto_str_to_date(evt[this.date_stop].split(' ')[0],'zstart') : null; //.addSeconds(-1) : null;
date_start = instance.web.auto_str_to_date(evt[this.date_start].split(' ')[0],'start');
date_stop = this.date_stop ? instance.web.auto_str_to_date(evt[this.date_stop].split(' ')[0],'start') : null; //.addSeconds(-1) : null;
}
if (this.info_fields) {