=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2014-04-29 14:29:01 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2014-05-05 08:33:02 +0000 @@ -15,7 +15,7 @@ checkValueIsExistWarning( "name", "validateOrganisationUnit.action", { id : $organisationUnit.id } ); checkValueIsExist( "code", "validateOrganisationUnit.action", { id : $organisationUnit.id } ); - dhis2.period.picker.createRangedInstance('#openingDate', '#closedDate'); + dhis2.period.picker.createRangedInstance('#openingDate', '#closedDate', true); jQuery( "div[id=dynamicAttributesContainer] table tr td:first-child" ).attr( "style", "width: 120px" ); jQuery( "div[id=dynamicAttributesContainer] table tr td:last-child *" ).attr( "style", "" );