|
Lines 759-764
Link Here
|
| 759 |
table_settings_relatives_issues_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'relatives-issues-table', 'json' ) | $raw %] |
759 |
table_settings_relatives_issues_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'relatives-issues-table', 'json' ) | $raw %] |
| 760 |
table_settings_holds_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'holds-table', 'json' ) | $raw %] |
760 |
table_settings_holds_table = [% TablesSettings.GetTableSettings( 'members', 'moremember', 'holds-table', 'json' ) | $raw %] |
| 761 |
|
761 |
|
|
|
762 |
var bookings_table; |
| 762 |
$(document).ready(function() { |
763 |
$(document).ready(function() { |
| 763 |
$("#info_digests").tooltip(); |
764 |
$("#info_digests").tooltip(); |
| 764 |
|
765 |
|
|
Lines 778-784
Link Here
|
| 778 |
}); |
779 |
}); |
| 779 |
|
780 |
|
| 780 |
// Bookings |
781 |
// Bookings |
| 781 |
var bookings_table; |
|
|
| 782 |
// Load bookings table on tab selection |
782 |
// Load bookings table on tab selection |
| 783 |
$("#bookings-tab").on( "click", function(){ |
783 |
$("#bookings-tab").on( "click", function(){ |
| 784 |
if ( !bookings_table ) { |
784 |
if ( !bookings_table ) { |
|
Lines 858-865
Link Here
|
| 858 |
}, [], 0, { patron_id: "[% patron.borrowernumber | html %]", end_date: { ">=": today.toISOString() } }); |
858 |
}, [], 0, { patron_id: "[% patron.borrowernumber | html %]", end_date: { ">=": today.toISOString() } }); |
| 859 |
}; |
859 |
}; |
| 860 |
}); |
860 |
}); |
| 861 |
// Bookings |
|
|
| 862 |
|
| 863 |
}); |
861 |
}); |
| 864 |
|
862 |
|
| 865 |
function uncheck_sibling(me){ |
863 |
function uncheck_sibling(me){ |