Please follow the below steps :
Connect to DB and execute the below query
select * from GlobalConfig where parameter='AllowNullTimeEntry';
if its true , next step, execute :
update globalconfig set paramvalue='false' where parameter='AllowNullTimeEntry';
restart the services.