summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-14 23:33:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-14 23:33:36 (GMT)
commitda83fe40a01e06e35483c548fa0cc3d9db3ccab3 (patch)
tree370042e4a24f362d0f9a71b309d7393ea3c59eea
parentdc101335c8b629f6f244a7fc88fa74bc4e88a9fd (diff)
earliest possible archiv import is now at 1.7.2014
-rw-r--r--www/js/importer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/importer.js b/www/js/importer.js
index d43c4b2..42cb174 100644
--- a/www/js/importer.js
+++ b/www/js/importer.js
@@ -152,7 +152,7 @@ Rdxport.Importer.prototype.openModal = function(group, groupView, cartNumber, us
var $datepicker = $('.datepicker', this.$el).datepicker({
format: "dd.mm.yyyy",
language: "de",
- startDate: '01/01/2014',
+ startDate: '01/07/2014',
endDate: new Date()
});
var $spinner = $('.spinner', this.$el);