=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-07-19 03:26:16 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-07-20 06:44:54 +0000 @@ -1051,23 +1051,12 @@ TR.util.notification.error( message, message); return false; } - - if( TR.cmp.settings.startDate.getValue() > TR.cmp.settings.endDate.getValue() ) - { - TR.util.notification.error(TR.i18n.start_date_must_be_less_then_or_equals_to_end_date, TR.i18n.start_date_must_be_less_then_or_equals_to_end_date); - return false; - } if (TR.state.orgunitId == '') { TR.util.notification.error(TR.i18n.et_no_orgunits, TR.i18n.em_no_orgunits); return false; } - if (!TR.cmp.params.dataelement.selected.store.data.length) { - TR.util.notification.error(TR.i18n.et_no_dataelement, TR.i18n.et_no_dataelement); - return false; - } - return true; }, response: function(r) {