Fix bug in checkDocumentPick of soc.views.helper.access module, which cause KeyError exceptions in document picker.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
$(function() {
$('.datetime-pick').datetimepicker();
$('.date-pick').datetimepicker({
'pickDateOnly' : true,
'timeFormat' : '',
'yearRange' : '1900:2008',
});
});