Lines 1061-1066
Link Here
|
1061 |
[% INCLUDE 'calendar.inc' %] |
1061 |
[% INCLUDE 'calendar.inc' %] |
1062 |
<script> |
1062 |
<script> |
1063 |
table_settings_issues_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'issues-table', 'json' ) | $raw %] |
1063 |
table_settings_issues_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'issues-table', 'json' ) | $raw %] |
|
|
1064 |
table_settings_relatives_issues_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'relatives-issues-table', 'json' ) | $raw %] |
1064 |
table_settings_borrowers_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %] |
1065 |
table_settings_borrowers_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %] |
1065 |
|
1066 |
|
1066 |
[% IF borrowernumber and patron %] |
1067 |
[% IF borrowernumber and patron %] |