View | Details | Raw Unified | Return to bug 20781
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/categories.js (-2 / +2 lines)
Lines 60-66 $(document).ready(function() { Link Here
60
                    return $("#enrolmentperioddate").val() === "";
60
                    return $("#enrolmentperioddate").val() === "";
61
                },
61
                },
62
                digits: true,
62
                digits: true,
63
                enrollment_period: true
63
                enrollment_period: true,
64
                min: 1
64
            },
65
            },
65
            enrolmentperioddate: {
66
            enrolmentperioddate: {
66
                required: function(element){
67
                required: function(element){
67
- 

Return to bug 20781