BUG 6857 Pause option stopped working

there is a varible that is not defined, problem with case sensitive
This commit is contained in:
Carlos Pacha
2011-05-11 15:34:13 -04:00
parent 82e52805dc
commit 5914a7b638

View File

@@ -517,7 +517,7 @@ Ext.onReady(function(){
curDate = _ENV_CURRENT_DATE.split('-');
filterDate = curDate[0]+'-'+curDate[1]+'-';
nDay = '' + (parseInt(curDate[2])+1);
nDay = nDay.length == 1 ? '0' + nDay : nday;
nDay = nDay.length == 1 ? '0' + nDay : nDay;
filterDate += nDay;
var fieldset = {