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

(-)a/koha-tmpl/intranet-tmpl/prog/js/modals/place_booking.js (-2 / +1 lines)
Lines 143-149 $("#placeBookingModal").on("show.bs.modal", function (e) { Link Here
143
                category: booking_patron.category_id,
143
                category: booking_patron.category_id,
144
                itemtype: booking_itemtype_id,
144
                itemtype: booking_itemtype_id,
145
                branchcode: pickup_library_id,
145
                branchcode: pickup_library_id,
146
                rules: [ 'bookings_lead_period', 'bookings_trail_period' ]
146
                //rules: [ 'bookings_lead_period', 'bookings_trail_period' ]
147
            },
147
            },
148
            success: function (response) {
148
            success: function (response) {
149
                leadDays = response.bookings_lead_period;
149
                leadDays = response.bookings_lead_period;
150
- 

Return to bug 34440