=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-10-16 11:03:45 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-10-22 03:50:27 +0000 @@ -702,7 +702,7 @@ // Disable Create new event button in the entry form if doesn't have any stage for register flag = true; $('#repeatableProgramStage_' + programInstanceId + " option ").each(function(){ - if( $(this).attr('localid')== programStageId){ + if( $(this).attr('localid')== programStageId && $(this).attr('repeatable')=='false'){ $(this).css("display","none"); } if( $(this).css('display')!= "none"){