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 |
- |
|
|