|
Lines 732-737
Link Here
|
| 732 |
table_settings_relatives_issues_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'relatives-issues-table', 'json' ) | $raw %] |
732 |
table_settings_relatives_issues_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'relatives-issues-table', 'json' ) | $raw %] |
| 733 |
table_settings_holds_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'holds-table', 'json' ) | $raw %] |
733 |
table_settings_holds_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'holds-table', 'json' ) | $raw %] |
| 734 |
|
734 |
|
|
|
735 |
var bookings_table; |
| 735 |
$(document).ready(function() { |
736 |
$(document).ready(function() { |
| 736 |
$("#info_digests").tooltip(); |
737 |
$("#info_digests").tooltip(); |
| 737 |
|
738 |
|
|
Lines 751-757
Link Here
|
| 751 |
}); |
752 |
}); |
| 752 |
|
753 |
|
| 753 |
// Bookings |
754 |
// Bookings |
| 754 |
var bookings_table; |
|
|
| 755 |
// Load bookings table on tab selection |
755 |
// Load bookings table on tab selection |
| 756 |
$("#bookings-tab").on( "click", function(){ |
756 |
$("#bookings-tab").on( "click", function(){ |
| 757 |
if ( !bookings_table ) { |
757 |
if ( !bookings_table ) { |
|
Lines 831-838
Link Here
|
| 831 |
}, [], 0, { patron_id: "[% patron.borrowernumber | html %]", end_date: { ">=": today.toISOString() } }); |
831 |
}, [], 0, { patron_id: "[% patron.borrowernumber | html %]", end_date: { ">=": today.toISOString() } }); |
| 832 |
}; |
832 |
}; |
| 833 |
}); |
833 |
}); |
| 834 |
// Bookings |
|
|
| 835 |
|
| 836 |
}); |
834 |
}); |
| 837 |
|
835 |
|
| 838 |
function uncheck_sibling(me){ |
836 |
function uncheck_sibling(me){ |