From ead48c22027623891da18ee9186a8f5edc217c52 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Wed, 29 Aug 2018 18:34:12 +0200
Subject: archive is now available from 1.1.2011


diff --git a/www/js/importer.js b/www/js/importer.js
index 9a4e339..90055a0 100644
--- a/www/js/importer.js
+++ b/www/js/importer.js
@@ -156,7 +156,7 @@ Rdxport.Importer.prototype.openModal = function(group, groupView, cartNumber, us
   this.$datepicker = $('.datepicker', this.$el).datepicker({
     format: "dd.mm.yyyy",
     language: "de",
-    startDate: '01/01/2016',
+    startDate: '01/01/2011',
     endDate: new Date()
   });
   var $spinner = $('.spinner', this.$el);
-- 
cgit v0.10.2