mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix #850 -- Admission time should be allowed to be before event start
This commit is contained in:
@@ -144,7 +144,7 @@ var form_handlers = function (el) {
|
||||
earlier_field.on("dp.change", update);
|
||||
});
|
||||
|
||||
el.find(".datetimepicker[data-date-default]").each(function() {
|
||||
el.find(".datetimepicker[data-date-default], .datepickerfield[data-date-default]").each(function() {
|
||||
var fill_field = $(this),
|
||||
default_field = $($(this).attr("data-date-default")),
|
||||
show = function () {
|
||||
|
||||
Reference in New Issue
Block a user