|
Lines 755-760
Link Here
|
| 755 |
table_settings_relatives_issues_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'relatives-issues-table', 'json' ) | $raw %] |
755 |
table_settings_relatives_issues_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'relatives-issues-table', 'json' ) | $raw %] |
| 756 |
table_settings_holds_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'holds-table', 'json' ) | $raw %] |
756 |
table_settings_holds_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'holds-table', 'json' ) | $raw %] |
| 757 |
|
757 |
|
|
|
758 |
var bookings_table; |
| 758 |
$(document).ready(function() { |
759 |
$(document).ready(function() { |
| 759 |
$("#info_digests").tooltip(); |
760 |
$("#info_digests").tooltip(); |
| 760 |
|
761 |
|
|
Lines 774-780
Link Here
|
| 774 |
}); |
775 |
}); |
| 775 |
|
776 |
|
| 776 |
// Bookings |
777 |
// Bookings |
| 777 |
var bookings_table; |
|
|
| 778 |
// Load bookings table on tab selection |
778 |
// Load bookings table on tab selection |
| 779 |
$("#bookings-tab").on( "click", function(){ |
779 |
$("#bookings-tab").on( "click", function(){ |
| 780 |
if ( !bookings_table ) { |
780 |
if ( !bookings_table ) { |
|
Lines 854-861
Link Here
|
| 854 |
}, [], 0, { patron_id: "[% patron.borrowernumber | html %]", end_date: { ">=": today.toISOString() } }); |
854 |
}, [], 0, { patron_id: "[% patron.borrowernumber | html %]", end_date: { ">=": today.toISOString() } }); |
| 855 |
}; |
855 |
}; |
| 856 |
}); |
856 |
}); |
| 857 |
// Bookings |
|
|
| 858 |
|
| 859 |
}); |
857 |
}); |
| 860 |
|
858 |
|
| 861 |
function uncheck_sibling(me){ |
859 |
function uncheck_sibling(me){ |