View | Details | Raw Unified | Return to bug 27292
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +2 lines)
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 1010-1016 Link Here
1010
            itemAlreadyOnHold: _("Patron already has hold for this item"),
1011
            itemAlreadyOnHold: _("Patron already has hold for this item"),
1011
            cannotBeTransferred: _("Cannot be transferred to pickup library")
1012
            cannotBeTransferred: _("Cannot be transferred to pickup library")
1012
        }
1013
        }
1013
        columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]
1014
        columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
1014
1015
1015
        $(document).ready(function() {
1016
        $(document).ready(function() {
1016
            $('#cancellation-reason-fieldset').hide();
1017
            $('#cancellation-reason-fieldset').hide();
1017
- 

Return to bug 27292