Lines 8-13
Link Here
|
8 |
[% USE ItemTypes %] |
8 |
[% USE ItemTypes %] |
9 |
[% USE AuthorisedValues %] |
9 |
[% USE AuthorisedValues %] |
10 |
[% USE Price %] |
10 |
[% USE Price %] |
|
|
11 |
[% USE TablesSettings %] |
11 |
[% SET footerjs = 1 %] |
12 |
[% SET footerjs = 1 %] |
12 |
[% INCLUDE 'doc-head-open.inc' %] |
13 |
[% INCLUDE 'doc-head-open.inc' %] |
13 |
[% UNLESS ( multi_hold ) %] |
14 |
[% UNLESS ( multi_hold ) %] |
Lines 1013-1019
Link Here
|
1013 |
itemAlreadyOnHold: _("Patron already has hold for this item"), |
1014 |
itemAlreadyOnHold: _("Patron already has hold for this item"), |
1014 |
cannotBeTransferred: _("Cannot be transferred to pickup library") |
1015 |
cannotBeTransferred: _("Cannot be transferred to pickup library") |
1015 |
} |
1016 |
} |
1016 |
columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %] |
1017 |
columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]; |
1017 |
|
1018 |
|
1018 |
$(document).ready(function() { |
1019 |
$(document).ready(function() { |
1019 |
$('#cancellation-reason-fieldset').hide(); |
1020 |
$('#cancellation-reason-fieldset').hide(); |
1020 |
- |
|
|