Bug 30952: Staff interface redesign (header)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reserve / request.tt
1 [% USE raw %]
2 [% USE To %]
3 [% USE Asset %]
4 [% USE JSON.Escape %]
5 [% USE Koha %]
6 [% USE Biblio %]
7 [% USE KohaDates %]
8 [% USE Branches %]
9 [% USE Categories %]
10 [% USE ItemTypes %]
11 [% USE AuthorisedValues %]
12 [% USE Price %]
13 [% USE TablesSettings %]
14 [% PROCESS 'i18n.inc' %]
15 [% SET footerjs = 1 %]
16 [% INCLUDE 'doc-head-open.inc' %]
17 [% SET libraries = Branches.all %]
18 [% SET categories = Categories.all.unblessed %]
19 [% SET columns = ['name', 'cardnumber', 'dateofbirth', 'category', 'branch', 'address', 'phone'] %]
20 [% PROCESS "patron-search.inc" %]
21 [% UNLESS ( multi_hold ) %]
22     <title>Place a hold on [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Holds &rsaquo; Circulation &rsaquo; Koha</title>
23 [% ELSE %]
24     <title>Confirm holds &rsaquo; Holds &rsaquo; Circulation &rsaquo; Koha</title>
25 [% END %]
26 [% INCLUDE 'doc-head-close.inc' %]
27 [% FILTER collapse %]
28     <style>
29         a.hold-arrow {
30             display:inline-block;
31             padding:3px;
32         }
33         a.hold-arrow:link,
34         a.hold-arrow:visited {
35             color: #538200;
36         }
37
38         a.hold-arrow:hover,
39         a.hold-arrow:active{
40             color: #75b700;
41         }
42
43         .hold-arrow:hover i,
44         .hold-arrow:active i {
45             border-color: #75b700;
46         }
47
48         a.cancel-hold {
49             display:inline-block;
50             padding:3px;
51         }
52
53         a.cancel-hold:link,
54         a.cancel-hold:visited{
55             color:#c00;
56             font-size:130%
57         }
58
59         .icon-move-hold-up::before {
60             content: "\f062";
61         }
62
63         .icon-move-hold-top {
64             border-top: 3px solid #538200;
65         }
66
67         .icon-move-hold-top::before {
68             content: "\f062";
69         }
70
71         .icon-move-hold-bottom {
72             border-bottom: 3px solid #538200;
73         }
74
75         .icon-move-hold-bottom::before {
76             content: "\f063";
77         }
78
79         .icon-move-hold-down::before {
80             content: "\f063";
81         }
82
83         .icon-unset-lowest::before {
84             content: "\f050";
85         }
86
87         .icon-set-lowest::before {
88             content: "\f04e";
89         }
90     </style>
91 [% END %]
92 </head>
93
94 <body id="circ_request" class="catalog">
95
96 [% WRAPPER 'header.inc' %]
97     [% INCLUDE 'circ-search.inc' %]
98 [% END %]
99
100 [% WRAPPER 'sub-header.inc' %]
101 [% UNLESS ( multi_hold ) %]
102     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
103         <ol>
104             <li>
105                 <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
106             </li>
107             <li>
108                 <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
109             </li>
110             <li>
111                 [% INCLUDE 'biblio-title.inc' link =1 %]
112             </li>
113             <li>
114                 <a href="#" aria-current="page">
115                     Place a hold
116                 </a>
117             </li>
118         </ol>
119     </nav>
120 [% ELSE %]
121     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
122         <ol>
123             <li>
124                 <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
125             </li>
126             <li>
127                 <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
128             </li>
129             <li>
130                 [% IF ( patron ) %]
131                     <a href="#" aria-current="page">
132                         Place holds
133                     </a>
134                 [% ELSE %]
135                     [% IF clubcount %]
136                         <a href="#" aria-current="page">
137                             Search patrons or clubs
138                         </a>
139                     [% ELSE %]
140                         <a href="#" aria-current="page">
141                             Search patrons
142                         </a>
143                     [% END %]
144                 [% END %]
145             </li>
146         </ol>
147     </nav>
148 [% END # UNLESS multi_hold %]
149 [% END %]
150
151 <div class="main container-fluid">
152     <div class="row">
153         [% IF ( multi_hold || nobiblio ) # No sidebar menu when placing multiple holds or biblio not found %]
154             <div class="col-md-10 col-md-offset-1">
155         [% ELSE %]
156             <div class="col-sm-10 col-sm-push-2">
157         [% END %]
158
159         <main>
160             <h1>Holds</h1>
161
162             [% IF ( nobiblio ) %]
163                 <div class="dialog alert">
164                 [%IF (multi_hold) %]
165                     <strong>Cannot place hold:</strong> one or more records don't exist.
166                 [% ELSE %]
167                     <strong>Cannot place hold:</strong> this record doesn't exist.
168                 [% END %]
169                 </div>
170             [% END %]
171             [% IF ( noitems ) %]
172                 <div class="dialog alert">
173                 [%IF (multi_hold) %]
174                     <strong>Cannot place hold:</strong> one or more records without items attached.
175                 [% ELSE %]
176                     <strong>Cannot place hold:</strong> this record has no items attached.
177                 [% END %]
178                 </div>
179             [% END %]
180
181             [% IF ( messagetransfert ) %]
182                 <div class="dialog message">
183                     <h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2>
184                     <p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item.
185                     </p>
186                     <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post">
187                         <input type="submit" class="button" />
188                     </form>
189                 </div>
190             [% END %]
191
192             [% UNLESS ( multi_hold ) %]
193                 <h2>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</h2>
194             [% ELSE %]
195                 <h2>
196                     [% IF ( patron ) %]
197                         <span>Place holds</span>
198                     [% ELSE %]
199                         [% IF clubcount %]
200                             <span>Search patrons or clubs</span>
201                         [% ELSE %]
202                             <span>Search patrons</span>
203                         [% END %]
204                     [% END %]
205                 </h2>
206             [% END %]
207
208             [% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %]
209                 [% IF ( messageborrower ) %]
210                     <div class="dialog alert">
211                         <h3>Patron not found</h3>
212                         <p>No patron with this name, please, try another</p>
213                     </div>
214                 [% END %]
215
216                 [% IF ( messageclub ) %]
217                     <div class="dialog alert">
218                         <h3>Club not found</h3>
219                         <p>No club with this name, please, try another</p>
220                     </div>
221                 [% END %]
222                 <fieldset>
223                     [% UNLESS multi_hold %]
224                         [% IF clubcount %]
225                             <h2>Search patrons or clubs</h2>
226                         [% ELSE %]
227                             <h2>Search patrons</h2>
228                         [% END %]
229                     [% END %]
230                     <div id="circ_holds_select" class="toptabs">
231                         <ul class="nav nav-tabs" role="tablist">
232                             <li role="presentation" class="active"><a href="#holds_patronsearch_pane" aria-controls="holds_patronsearch_pane" role="tab" data-toggle="tab">Patrons</a></li>
233                             [% IF clubcount %]
234                                 <li role="presentation"><a href="#holds_clubsearch_pane" aria-controls="holds_clubsearch_pane" role="tab" data-toggle="tab">Clubs</a></li>
235                             [% END %]
236                         </ul>
237                         <div class="tab-content">
238                             <div id="holds_patronsearch_pane" role="tabpanel" class="tab-pane active">
239                                 [% PROCESS patron_search_filters_simple %]
240
241                                 [% PROCESS patron_search_table table_id => 'table_borrowers', open_on_row_click => 1 %]
242                             </div>
243                             [% IF clubcount %]
244                                 <div id="holds_clubsearch_pane" role="tabpanel" class="tab-pane">
245                                     <form id="holds_clubsearch" action="request.pl" method="post">
246                                         <div class="hint">Enter club ID or partial name:</div>
247                                         <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" />
248                                         <input type="submit" value="Search" />
249                                         [% FOREACH biblionumber IN biblionumbers %]
250                                         <input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/>
251                                         [% END %]
252
253                                     </form> <!-- /#holds_patronsearch -->
254                                     [% IF clubs %]
255                                         [% INCLUDE 'clubs-table.inc' destination = "holds" %]
256                                     [% END %]
257                                 </div>
258                             [% END %]
259                         </div> <!-- /.tab-content -->
260                     </div>
261                 </fieldset>
262             [% ELSIF club %]
263                 <div class="dialog alert hide clubalert">
264                 </div>
265                 <fieldset class="rows">
266                     <legend>Hold details</legend>
267                     <form action="/api/v1/clubs/[% club.id | html %]/holds" method="post" name="form" id="club-request-form">
268
269                         [% IF ( multi_hold ) %]
270                             <input type="hidden" name="request" value="any"/>
271                             [% FOREACH biblioloo IN biblioloop %]
272                                 [% UNLESS biblioloo.none_avail %]
273                                     <input type="hidden" name="holdable_bibs" id="holdable_bibs" value="[% biblioloo.biblionumber | html %]"/>
274                                     <input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/>
275                                     <input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/>
276                                 [% END %]
277                             [% END %]
278                         [% ELSE %]
279                             <input type="hidden" name="holdable_bibs" id="holdable_bibs" value="[% biblio.biblionumber | html %]"/>
280                             <input type="hidden" name="title" value="[% biblio.title | html %]" />
281                             <input type="hidden" name="rank-request" value="[% fixedRank | html %]" />
282                         [% END # /IF multi_hold %]
283                         <ol>
284                             <li>
285                                 <span class="label">Club: </span> [% club.name | html %]
286                             </li>
287                             <li>
288                                 <span class="label">Description: </span> [% club.description | html %]
289                             </li>
290                             <li>
291                                 <label for="pickup">Pickup at:</label>
292                                 <select name="pickup" id="pickup_club">
293                                     [% PROCESS options_for_libraries libraries => Branches.all({ selected => club.branchcode, search_params => { pickup_location => 1 } }) %]
294                                 </select>
295                             </li>
296                             <li>
297                                 <label for="default_patron_home">Pickup at patron's home library when possible:</label>
298                                 <input type="checkbox" id="default_patron_home" name="default_patron_home"/>
299                             </li>
300                         </ol>
301                         <h2 style="padding: 0 1em;">Members</h2>
302                         <ol>
303                             [% FOREACH member IN members %]
304                                 [% SET patron = member.patron %]
305                                 <li style="padding: 0.5em 1em;">
306                                     <div>[% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %]</div>
307                                     [% IF member.exceeded_maxreserves %]
308                                         <div>
309                                             <i class="fa fa-error"></i>
310                                             <strong>Too many holds: </strong> Patron can only place a maximum of [% maxreserves | html %] total holds.
311                                         </div>
312                                     [% END %]
313                                     [% IF ( patron.is_expired ) %]
314                                         <div>
315                                             <i class="fa fa-warning"></i>
316                                             <strong>Account has expired</strong>
317                                         </div>
318                                     [% END %]
319                                     [% IF patron.is_debarred %]
320                                         <div>
321                                             <i class="fa fa-warning"></i>
322                                             <strong>Patron has restrictions</strong>
323                                         </div>
324                                     [% END %]
325                                     [% IF member.amount_outstanding && Koha.Preference('maxoutstanding') && member.amount_outstanding > Koha.Preference('maxoutstanding') %]
326                                         <div>
327                                             <i class="fa fa-warning"></i>
328                                             <strong>Patron has outstanding fines: [% member.amount_outstanding | $Price %]</strong>
329                                         </div>
330                                     [% END %]
331
332                                     [% IF ( member.diffbranch ) %]
333                                         <div>
334                                             <i class="fa fa-warning"></i>
335                                             <strong>Pickup library is different.</strong> Patron's home library: ([% Branches.GetName(patron.branchcode) | html %] / [% patron.branchcode | html %] )
336                                         </div>
337                                     [% END %]
338                                 </li>
339                             [% END %]
340                         [% UNLESS ( multi_hold ) %]
341                             <fieldset class="action">
342                                 <input type="submit" value="Place hold" />
343                             </fieldset>
344                         [% ELSE %]
345                             <table id="requesttitles">
346                                 <tr>
347                                     <th>&nbsp;</th>
348                                     <th>Title</th>
349                                     [% UNLESS Koha.Preference('item-level_itypes') %]
350                                         <th>Item type</th>
351                                     [% END %]
352                                     <th>Priority</th>
353                                     <th>Information</th>
354                                 </tr>
355                                 [% FOREACH biblioloo IN biblioloop %]
356                                     [% IF ( biblioloo.warn ) %]
357                                         <tr class="onissue">
358                                     [% ELSE %]
359                                         <tr>
360                                     [% END %]
361                                         <td>
362                                             [% UNLESS ( biblioloo.warn ) %]
363                                                     <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/>
364                                                 </td>
365                                             [% END %]
366                                         <td>
367                                             <ul>
368                                                 <li>
369                                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a>
370                                                     [% IF biblioloo.author %] by [% biblioloo.author | html %][% END %]
371                                                 </li>
372                                                 [% IF ( biblioloo.publicationyear ) %]
373                                                     <li>
374                                                         <span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]
375                                                     </li>
376                                                 [% END %]
377                                             </ul>
378                                             [% IF ( biblioloo.warn ) %]
379                                                 <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
380                                             [% END %]
381                                         </td>
382                                         [% UNLESS Koha.Preference('item-level_itypes') %]
383                                             <td>
384                                                 <img src="[% biblioloo.itemtype.image_location| html %]" alt="[% biblioloo.itemtype.translated_description | html %]" title="[% biblioloo.itemtype.translated_description | html %]" />
385                                             </td>
386                                         [% END %]
387                                         <td>[% biblioloo.rank | html %]</td>
388                                         <td>
389                                             [% IF ( biblioloo.checked_previously ) %]
390                                                 <span>Patron has previously checked out this title</span><br/>
391                                             [% END %]
392                                             [% IF ( biblioloo.alreadyres ) %]
393                                                 <ul>
394                                             [% ELSE %]
395                                                 [% IF ( biblioloo.none_avail || biblioloo.noitems ) %]
396                                                     <ul>
397                                                 [% END %]
398                                             [% END %]
399
400                                             [% IF ( biblioloo.alreadyres ) %]
401                                                 <li>
402                                                     [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] <strong>already has a hold</strong> on this item
403                                                 </li>
404                                             [% END %]
405                                             [% IF ( biblioloo.none_avail || biblioloo.noitems ) %]
406                                                 <li> <strong>No items are available</strong> to be placed on hold</li>
407                                             [% END %]
408
409                                             [% IF ( biblioloo.alreadyres ) %]
410                                                 </ul>
411                                             [% ELSE %]
412                                                 [% IF ( biblioloo.none_avail || biblioloo.noitems ) %]
413                                                     </ul>
414                                                 [% END %]
415                                             [% END %]
416                                         </td>
417                                     </tr>
418                                 [% END # /FOREACH biblioloo %]
419                             </table> <!-- /#requesttitles -->
420                         [% END %]
421                     </form>
422                 </fieldset>
423             [% ELSIF NOT ( noitems || nobiblio ) # /UNLESS patron %]
424
425                 [% IF ( checked_previously && !multi_hold ) %]
426                     <div class="dialog alert">
427                         <ul>
428                             <li>Patron has previously checked out this title</li>
429                         </ul>
430                     </div>
431                 [% END %]
432
433                 [% IF ( no_reserves_allowed || exceeded_maxreserves || exceeded_holds_per_record || alreadyreserved || none_available || alreadypossession || ageRestricted || recall ) %]
434                     <div class="dialog alert">
435
436                         [% UNLESS ( multi_hold ) %]
437                             <h3>Cannot place hold</h3>
438                             <ul>
439                                 [% IF ( no_reserves_allowed ) %]
440                                     <li><strong>No holds allowed:</strong> [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] cannot place a hold on any of these items.</li>
441                                 [% ELSIF ( exceeded_maxreserves ) %]
442                                     <li><strong>Too many holds:</strong> [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] can only place a maximum of [% maxreserves | html %] total holds.</li>
443                                 [% ELSIF ( exceeded_holds_per_record ) %]
444                                     <li><strong>Too many holds for this record:</strong> [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] can only place a maximum of [% max_holds_for_record | html %] hold(s) on this record.</li>
445                                 [% ELSIF ( alreadypossession ) %]
446                                     <li>[% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 hide_patron_infos_if_needed => 1 %] <strong>is already in possession</strong> of one item.</li>
447                                 [% ELSIF ( alreadyreserved ) %]
448                                     <li>[% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] <strong>already has a hold</strong> on this item.</li>
449                                 [% ELSIF ( ageRestricted ) %]
450                                     <li><strong>Age restricted</strong></li>
451                                 [% ELSIF ( none_available ) %]
452                                     <li> <strong>No items are available</strong> to be placed on hold.</li>
453                                 [% ELSIF ( maxreserves ) %]
454                                     <li><strong>Too many holds:</strong> [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] has too many holds.</li>
455                                 [% ELSIF ( recall ) %]
456                                     <li>[% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] has <strong>already placed a recall</strong> on this item.</li>
457                                 [% END # /IF exceeded_maxreserves %]
458                             </ul>
459                         [% ELSE # UNLESS multi_hold %]
460                             <h3>Cannot place hold on some items</h3>
461                             [% IF (no_reserves_allowed ) %]
462                                 <li><strong>No holds allowed:</strong> [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] cannot place holds on some of these title's items.</li>
463                             [% ELSIF ( exceeded_maxreserves ) %]
464                                 <li><strong>Too many holds:</strong> [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] can place [% new_reserves_allowed | html %] of the requested [% new_reserves_count | html %] holds for a maximum of [% maxreserves | html %] total holds.</li>
465                             [% ELSIF ( exceeded_holds_per_record ) %]
466                                 [% FOREACH biblioloo IN biblioloop %]
467                                     [% IF (biblioloo.tooManyHoldsForThisRecord) %]
468                                         <li><strong>Too many holds for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]"> [% biblioloo.title | html %]</a>:</strong> [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] can only place a maximum of [% max_holds_for_record | html %] hold(s) on this record.</li>
469                                     [% END %]
470                                 [% END %]
471                             [% ELSIF ( none_available ) %]
472                                 <li><strong>No items available: </strong>One or more records have no items that can be held</li>
473                             [% END # /IF exceeded_maxreserves %]
474                         [% END # /UNLESS multi_hold %]
475                     </div>
476                 [% END # /IF ( exceeded_maxreserves || ... %]
477
478                 [% IF ( patron.is_expired || diffbranch || patron.is_debarred || ( amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') ) ) %]
479                     <div class="dialog message">
480                         <ul>
481                             [% IF ( patron.is_expired ) %]
482                                 <li>[% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %]: <strong>Account has expired</strong></li>
483                             [% END %]
484
485                             [% IF patron.is_debarred %]
486                                 <li>[% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %]: <strong>Patron has restrictions</strong></li>
487                             [% END %]
488
489                             [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %]
490                                 <li>[% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 link_to => 'members_pay' %]: <strong>Patron has outstanding fines: [% amount_outstanding | $Price %]</strong></li>
491                             [% END %]
492
493                             [% IF ( diffbranch ) %]
494                                 <li><strong>Pickup library is different. </strong>Patron: [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] Patron's home library: ([% Branches.GetName(patron.branchcode) | html %] / [% patron.branchcode | html %] )</li>
495                             [% END %]
496                         </ul> <!-- /.dialog.message -->
497                     </div>
498                 [% END # /IF patron.is_expired || diffbranch ... %]
499
500                 [% IF ( messageborrower ) %]
501                     <div class="dialog alert">
502                         <h3>Patron not found:</h3>
503                         <p>Name or barcode not found. Please try an other </p>
504                     </div>
505                 [% END %]
506
507                 <div class="dialog alert hide holdalert">
508                 </div>
509
510                 <fieldset class="rows">
511                     <legend>Hold details</legend>
512                     <form action="placerequest.pl" method="post" name="form" id="hold-request-form">
513
514                         <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
515                         [% FOREACH biblionumber IN biblionumbers %]
516                             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/>
517                         [% END %]
518                         [% IF ( multi_hold ) %]
519                             <input type="hidden" name="multi_holds" id="multi_holds" value="1" />
520                             <input type="hidden" name="request" value="any"/>
521                             [% FOREACH biblioloo IN biblioloop %]
522                                 [% UNLESS biblioloo.none_avail %]
523                                     <input type="hidden" name="holdable_bibs" id="holdable_bibs" value="[% biblioloo.biblionumber | html %]"/>
524                                     <input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/>
525                                     <input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/>
526                                 [% END %]
527                             [% END %]
528                         [% ELSE %]
529                             <input type="hidden" name="holdable_bibs" id="holdable_bibs" value="[% biblio.biblionumber | html %]"/>
530                             <input type="hidden" name="title" value="[% biblio.title | html %]" />
531                             <input type="hidden" name="rank-request" value="[% fixedRank | html %]" />
532                         [% END # /IF multi_hold %]
533
534                         <ol>
535                             <li>
536                                 <span class="label">Patron:</span>
537                                 [% IF ( patron.borrowernumber ) %]
538                                     [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %]
539                                 [% ELSE %]
540                                     Not defined yet
541                                 [% END %]
542                             </li>
543
544                             [% UNLESS ( multi_hold ) %]
545                                 <li>
546                                     <span class="label">Estimated priority:</span>
547                                     <strong>[% fixedRank | html %]</strong>
548                                 </li>
549                             [% END %]
550
551                             <li>
552                                 <label for="holdnotes">Notes:</label>
553                                 <textarea id="holdnotes" name="notes" cols="30" rows="1"></textarea>
554                             </li>
555                             <li>
556                                 <label for="pickup">Pickup at:</label>
557                             [% UNLESS ( multi_hold ) %]
558                                 <select name="pickup" id="pickup"
559                                         data-biblio-id="[% biblio.biblionumber | html %]"
560                                         data-patron-id="[% patron.borrowernumber | html %]"
561                                         data-pickup-location-source="biblio">
562                                     [% PROCESS options_for_libraries libraries => Branches.pickup_locations({ search_params => { biblio => biblionumber, patron => patron }, selected => pickup }) %]
563                             [% ELSE %]
564                                 <select name="pickup" id="pickup_multi" data-patron-id="[% patron.borrowernumber | html %]">
565                                     <option value="" selected="selected"></option>
566                                 [% FOREACH pickup_location IN multi_pickup_locations %]
567                                     <option value="[% pickup_location.branchcode | html %]">[% pickup_location.branchname | html %]</option>
568                                 [% END %]
569                             [% END %]
570                                 </select>
571                             </li>
572
573                             [% UNLESS ( multi_hold ) %]
574                                 [% IF Koha.Preference('AllowHoldItemTypeSelection') %]
575                                     <li>
576                                         <label for="itemtype">Request specific item type:</label>
577                                         <select name="itemtype" id="itemtype">
578                                             <option value="">Any item type</option>
579                                             [%- FOREACH itemtype IN available_itemtypes %]
580                                                 <option value="[% itemtype | html %]">[% ItemTypes.GetDescription( itemtype ) | html %]</option>
581                                             [%- END %]
582                                         </select>
583                                     </li>
584                                 [% END %]
585                             [% END # /UNLESS multi_hold %]
586
587                             [% IF ( Koha.Preference('AllowHoldDateInFuture') ) %]
588                                 <li>
589                                     <label for="from">Hold starts on date:</label>
590                                     <input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-date_to="expiration_date" class="flatpickr" data-flatpickr-futuredate="true" />
591                                 </li>
592                             [% END %]
593
594                             <li>
595                                 <label for="to">Hold expires on date:</label>
596                                 <input id="expiration_date" name="expiration_date" id="to" size="10" type="text" class="flatpickr" data-flatpickr-futuredate="true" />
597                             </li>
598
599                             [% UNLESS ( multi_hold ) %]
600                                 <li>
601                                     <label for="requestany">Hold next available item </label>
602                                     [% IF force_hold_level == 'item' %]
603                                         <input type="checkbox" id="requestany" name="request" disabled="true" />
604                                     [% ELSIF force_hold_level == 'record' %]
605                                         <input type="checkbox" id="requestany" checked="checked" value="Any" disabled="true"/>
606                                         <input type="hidden" name="request" value="Any"/>
607                                     [% ELSE %]
608                                         <input type="checkbox" id="requestany" name="request" checked="checked" value="Any" />
609                                     [% END %]
610                                     <input type="hidden" name="alreadyreserved" value="[% alreadyreserved | html %]" />
611                                 </li>
612
613                                 [% IF remaining_holds_for_record > 1 %]
614                                     <li>
615                                         <label for="holds_to_place_count">Holds to place (count)</label>
616                                         <input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" maxlength="[% remaining_holds_for_record | html %]" value="1" />
617                                     </li>
618                                 [% ELSE %]
619                                     <input type="hidden" name="holds_to_place_count" value="1" />
620                                 [% END %]
621                             [% END # /UNLESS multi_hold %]
622
623                             <li id="non_priority_list_item">
624                                 <label for="non_priority">Non priority hold:</label>
625                                 <input name="non_priority" id="non_priority" type="checkbox" />
626                                 <span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span>
627                             </li>
628                         </ol>
629
630                         [% UNLESS ( multi_hold ) %]
631                             <fieldset class="action">
632                                 [% IF ( patron.borrowernumber ) %]
633                                     [% IF ( override_required ) %]
634                                         <button type="submit" class="btn btn-default warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
635                                     [% ELSIF ( none_available ) %]
636                                         <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
637                                     [% ELSE %]
638                                         <button type="submit" class="btn btn-default">Place hold</button>
639                                     [% END %]
640                                 [% END %]
641                             </fieldset>
642
643                             [% biblio = biblioloop.0 %]
644
645                             <ol>
646                                 [% UNLESS Koha.Preference('item-level_itypes') %]
647                                     <li>
648                                         <span class="label">Item type:</span>
649                                         [% biblio.itemtype.translated_description | html %]
650                                     </li>
651                                 [% END %]
652
653                                 [% IF ( biblio.biblioitem.publicationyear ) %]
654                                     <li>
655                                         <span class="label">Publication year:</span>
656                                         [% biblio.biblioitem.publicationyear | html %]
657                                     </li>
658                                 [% END %]
659                             </ol>
660
661                             <h2 style="padding: 0 1em;">
662                                 Place a hold on a specific item
663                                 [% IF force_hold_level == 'item' %]
664                                      <span class="error"><em>(Required)</em></span>
665                                 [% END %]
666                             </h2>
667
668                             <table id="requestspecific">
669                                 <thead>
670                                     <tr>
671                                         <th>Hold</th>
672                                         <th>Allowed pickup locations</th>
673                                         [% IF Koha.Preference('item-level_itypes') %]
674                                             <th>Item type</th>
675                                         [% END %]
676                                         <th>Barcode</th>
677                                         <th>Home library</th>
678                                         <th>Last location</th>
679                                         [% IF itemdata_ccode %]
680                                             <th>Collection</th>
681                                         [% END %]
682                                         <th>Call number</th>
683                                         <th>Copy number</th>
684                                         [% IF itemdata_enumchron %]
685                                             <th>Vol no.</th>
686                                         [% END %]
687                                         <th>Information</th>
688                                     </tr>
689                                 </thead>
690                                 <tbody>
691                                     [% SET selected = 0 %]
692                                     [% FOREACH itemloo IN biblio.itemloop %]
693                                         [% UNLESS ( itemloo.hide ) %]
694                                             <tr class="[% itemloo.backgroundcolor | html %]">
695                                                 <td>
696                                                     [% IF force_hold_level == 'record' # Patron has placed a record level hold previously for this record %]
697                                                         <span class="error">
698                                                             <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
699                                                             Hold must be record level
700                                                         </span>
701                                                     [% ELSIF ( itemloo.available ) %]
702                                                         <input type="radio" name="checkitem" value="[% itemloo.itemnumber | html %]" />
703                                                     [% ELSIF ( itemloo.override ) %]
704                                                         <input type="radio" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" />
705                                                         <i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i>
706                                                     [% ELSE %]
707                                                         <span class="error">
708                                                             <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
709                                                             [% IF itemloo.not_holdable %]
710                                                                 [% IF itemloo.not_holdable == 'damaged' %]
711                                                                     <span>Item damaged</span>
712                                                                 [% ELSIF itemloo.not_holdable == 'ageRestricted' %]
713                                                                     <span>Age restricted</span>
714                                                                 [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
715                                                                     <span>Exceeded max holds per record</span>
716                                                                 [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
717                                                                     <span>Daily hold limit reached for patron</span>
718                                                                 [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
719                                                                     <span>Too many holds</span>
720                                                                 [% ELSIF itemloo.not_holdable == 'notReservable' %]
721                                                                     <span>Not holdable</span>
722                                                                 [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
723                                                                     <span>Patron is from different library</span>
724                                                                 [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %]
725                                                                     <span>Cannot place hold from patron's library</span>
726                                                                 [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
727                                                                     <span>Patron already has hold for this item</span>
728                                                                 [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
729                                                                     <span>Cannot be transferred to pickup library</span>
730                                                                 [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
731                                                                     <span>Only pickup locations within the same hold group are allowed</span>
732                                                                 [% ELSIF itemloo.not_holdable == 'noReservesAllowed' %]
733                                                                     <span>No holds are allowed on this item</span>
734                                                                 [% ELSIF itemloo.not_holdable == 'libraryNotPickupLocation' %]
735                                                                     <span>Library is not a pickup location</span>
736                                                                 [% ELSIF itemloo.not_holdable == 'no_valid_pickup_location' %]
737                                                                     <span>No valid pickup location</span>
738                                                                 [% ELSIF itemloo.not_holdable == 'notforloan' %]
739                                                                     <span>Not for loan</span>
740                                                                 [% ELSE %]
741                                                                     <span>[% itemloo.not_holdable | html %]</span>
742                                                                 [% END %]
743                                                             [% END %]
744                                                         </span>
745                                                     [% END # /IF force_hold_level %]
746                                                 </td>
747                                                 <td>
748                                                 [% IF (itemloo.pickup_locations_count > 0) %]
749                                                     <select name="item_pickup_[% itemloo.itemnumber | html %]" class="pickup_locations" style="width:100%;"
750                                                             data-item-id="[% itemloo.itemnumber | html %]"
751                                                             data-patron-id="[% patron.borrowernumber | html %]"
752                                                             data-pickup-location-source="item">
753                                                     [% IF (itemloo.default_pickup_location) %]
754                                                         <option value="[% itemloo.default_pickup_location.branchcode | html %]" selected="selected">[% itemloo.default_pickup_location.branchname | html %]</option>
755                                                     [% END %]
756                                                     </select>
757                                                 [% END %]
758                                                 </td>
759                                                 [% IF Koha.Preference('item-level_itypes') %]
760                                                     <td>
761                                                         [% UNLESS ( noItemTypeImages ) %]
762                                                             [% IF ( itemloo.itemtype.image_location) %]<img src="[% itemloo.itemtype.image_location | html %]" alt="" /> <br /> [% END %]
763                                                         [% END %]
764                                                         [% itemloo.itemtype.translated_description | html %]
765                                                     </td>
766                                                 [% END %]
767                                                 <td>
768                                                     [% itemloo.barcode | html %]
769                                                 </td>
770                                                 <td>
771                                                     [% Branches.GetName( itemloo.homebranch ) | html %]
772                                                 </td>
773                                                 <td>
774                                                     [% Branches.GetName( itemloo.holdingbranch ) | html %]
775                                                 </td>
776                                                 [% IF itemdata_ccode %]
777                                                     <td>
778                                                         [% IF ( itemloo.ccode ) %][% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemloo.ccode ) | html %][% END %]
779                                                     </td>
780                                                 [% END %]
781                                                 <td>
782                                                     [% itemloo.itemcallnumber | html %]
783                                                 </td>
784                                                 <td>
785                                                     [% IF ( itemloo.copynumber ) %][% itemloo.copynumber | html %][% ELSE %]&nbsp;[% END %]
786                                                 </td>
787                                                 [% IF itemdata_enumchron %]
788                                                     <td>
789                                                         [% itemloo.enumchron | html %]
790                                                     </td>
791                                                 [% END %]
792                                                 [% IF ( itemloo.onloan ) %]
793                                                     <td data-order="[% itemloo.date_due | html %]">
794                                                         <span class="checkedout">Due [% itemloo.date_due | $KohaDates  as_due_date => 1 %]</span>
795                                                 [% ELSE %]
796                                                     <td>
797                                                         [% IF ( itemloo.transfertwhen ) %]
798                                                             <span>In transit from [% Branches.GetName( itemloo.transfertfrom ) | html %],
799                                                             to [% Branches.GetName( itemloo.transfertto ) | html %], since [% itemloo.transfertwhen | $KohaDates %]</span>
800                                                         [% END %]
801                                                 [% END %]
802
803                                                     [% IF ( itemloo.reservedate ) %]
804                                                         [% IF ( itemloo.nocancel ) %]
805                                                                 <span>Can't be cancelled when item is in transit</span>
806                                                         [% ELSE %]
807                                                             [% IF ( itemloo.waitingdate ) %]
808                                                                 [% IF ( itemloo.canreservefromotherbranches ) %]
809                                                                     <span>Waiting for [% INCLUDE 'patron-title.inc' patron=itemloo.ReservedFor %] at [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] since [% itemloo.waitingdate | $KohaDates %]</span>
810                                                                 [% ELSE %]
811                                                                     <span>Waiting at [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] since [% itemloo.waitingdate | $KohaDates %]</span>
812                                                                 [% END %]
813                                                             [% ELSE %]
814                                                                 [% IF ( itemloo.canreservefromotherbranches ) %]
815                                                                     [% IF itemloo.reservedate %]
816                                                                         <span>On hold for [% INCLUDE 'patron-title.inc' patron=itemloo.ReservedFor %] expected at [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] since</span>
817                                                                     [% ELSE %]
818                                                                         <span>On hold expected at [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %]</span>
819                                                                     [% END %]
820                                                                 [% ELSIF itemloo.reservedate %]
821                                                                     <span>On hold expected at [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] since [% itemloo.reservedate | $KohaDates %]</span>
822                                                                 [% ELSE %]
823                                                                     <span>On hold expected at [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %]</span>
824                                                                 [% END %]
825                                                             [% END %]
826                                                             <a class="info cancel-hold" href="modrequest.pl?CancelBiblioNumber=[% itemloo.biblionumber | html %]&amp;CancelBorrowerNumber=[% itemloo.ReservedFor.borrowernumber | html %]&amp;CancelItemnumber=[% itemloo.itemnumber | html %]">Cancel hold</a>
827                                                         [% END # /IF itemloo.nocancel %]
828                                                     [% ELSE %]
829                                                         Not on hold
830                                                     [% END # /IF itemloo.reservedate %]
831
832                                                     [% IF itemloo.item_level_holds == "N" %]
833                                                         <br/>Item level hold not allowed from OPAC
834                                                     [% ELSIF itemloo.item_level_holds == "F" %]
835                                                         <br/>Item level hold forced from OPAC
836                                                     [% END %]
837
838                                                     [% IF ( itemloo.itemlost ) %]
839                                                        <span class="lost">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => itemloo.itemlost ) | html %]</span>
840                                                     [% END %]
841
842                                                     [% IF ( itemloo.damaged ) %]
843                                                         <span class="dmg">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => itemloo.damaged ) | html %]</span>
844                                                     [% END %]
845
846                                                     [% IF ( itemloo.withdrawn ) %]
847                                                        <span class="wdn">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => itemloo.withdrawn ) | html %]</span>
848                                                     [% END %]
849
850                                                     [% IF ( itemloo.notforloan ) %]
851                                                        <span class="nfl">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemloo.notforloan ) | html %])</span>
852                                                     [% ELSIF ( itemloo.notforloanitype ) %]
853                                                        <span class="nfl">Not for loan (Itemtype not for loan)</span>
854                                                     [% END %]
855                                                 </td>
856                                             </tr>
857                                         [% END # / UNLESS itemloo.hide %]
858                                     [% END # /FOREACH itemloo %]
859                                 </tbody>
860                             </table> <!-- /#requestspecific -->
861
862                             [% IF hiddencount %]
863                                 <form>
864                                     <p class="hiddencount">
865                                         <a href="request.pl?biblionumber=[% biblio.biblionumber | uri %]&amp;borrowernumber=[% borrowernumber | uri %]&amp;showallitems=1">Show all items ([% hiddencount | html %] hidden)</a>
866                                     </p>
867                                 </form>
868                             [% END # /IF hiddencount %]
869
870                         [% ELSE # /UNLESS multi_hold %]
871
872                             <table id="requesttitles">
873                                 <tr>
874                                     <th>&nbsp;</th>
875                                     <th>Pickup location</th>
876                                     <th>Title</th>
877                                     [% UNLESS Koha.Preference('item-level_itypes') %]
878                                         <th>Item type</th>
879                                     [% END %]
880                                     <th>Priority</th>
881                                     <th>Information</th>
882                                 </tr>
883                                 [% FOREACH biblioloo IN biblioloop %]
884                                     [% IF ( biblioloo.warn ) %]
885                                         <tr class="onissue">
886                                     [% ELSE %]
887                                         <tr>
888                                     [% END %]
889                                         <td>
890                                             [% UNLESS ( biblioloo.warn ) %]
891                                                 <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/>
892                                             [% END %]
893                                         </td>
894                                         <td>
895                                             [% UNLESS ( biblioloo.none_avail || biblioloo.noitems ) %]
896                                                 <select name="pickup_[% biblioloo.biblionumber | html %]"
897                                                         class="multi_pickup_select"
898                                                         data-biblio-id="[% biblioloo.biblionumber | html %]"
899                                                         data-patron-id="[% patron.borrowernumber | html %]"
900                                                         data-pickup-locations='[% biblioloo.pickup_locations_codes.json | $raw %]'>
901                                                     <option value=""></option>
902                                                     [% FOREACH pickup_location IN biblioloo.pickup_locations %]
903                                                         <option value="[% pickup_location.branchcode | html %]">[% pickup_location.branchname | html %]</option>
904                                                     [% END %]
905                                                 </select>
906                                             [% END %]
907                                         </td>
908                                         <td>
909                                             <ul>
910                                                 <li>
911                                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a>
912                                                     [% IF biblioloo.author %] by [% biblioloo.author | html %][% END %]
913                                                 </li>
914                                                 [% IF ( biblioloo.publicationyear ) %]
915                                                     <li>
916                                                         <span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]
917                                                     </li>
918                                                 [% END %]
919                                             </ul>
920                                             [% IF ( biblioloo.warn ) %]
921                                                 <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
922                                             [% END %]
923                                         </td>
924                                         [% UNLESS Koha.Preference('item-level_itypes') %]
925                                             <td>
926                                                 <img src="[% biblioloo.itemtype.image_location | html %]" alt="[% biblioloo.itemtype.translated_description | html %]" title="[% biblioloo.itemtype.translated_description | html %]" />
927                                             </td>
928                                         [% END %]
929                                         <td>[% biblioloo.rank | html %]</td>
930                                         <td>
931                                             [% IF ( biblioloo.checked_previously ) %]
932                                                 <span>Patron has previously checked out this title</span><br/>
933                                             [% END %]
934                                             [% IF ( biblioloo.alreadyres ) %]
935                                                 <ul>
936                                             [% ELSE %]
937                                                 [% IF ( biblioloo.none_avail || biblioloo.noitems ) %]
938                                                     <ul>
939                                                 [% END %]
940                                             [% END %]
941
942                                             [% IF ( biblioloo.alreadyres ) %]
943                                             <li>
944                                                 [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 no_cardnumber => 1 hide_patron_infos_if_needed => 1 %] <strong>already has a hold</strong> on this item
945                                             </li>
946                                             [% END %]
947                                             [% IF ( biblioloo.none_avail || biblioloo.noitems ) %]
948                                                 <li> <strong>No items are available</strong> to be placed on hold</li>
949                                             [% END %]
950
951                                             [% IF ( biblioloo.alreadyres ) %]
952                                                 </ul>
953                                             [% ELSE %]
954                                                 [% IF ( biblioloo.none_avail || biblioloo.noitems ) %]
955                                                     </ul>
956                                                 [% END %]
957                                             [% END %]
958                                         </td>
959                                     </tr>
960                                 [% END # /FOREACH biblioloo %]
961                             </table> <!-- /#requesttitles -->
962
963                         [% END # /UNLESS multi_hold %]
964
965                         <fieldset class="action">
966                             [% IF ( patron AND patron.borrowernumber ) %]
967                                 [% IF ( multi_hold ) %]
968                                     [% IF ( override_required ) %]
969                                         <button type="submit" class="btn btn-default warning"><i class="fa fa-exclamation-triangle "></i> Place holds</button>
970                                     [% ELSIF ( no_bibs_available ) %]
971                                         <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place holds</button>
972                                     [% ELSIF ( none_available ) %]
973                                         <button type="submit" class="btn btn-default">Place holds</button>
974                                     [% ELSE %]
975                                         <button type="submit" class="btn btn-default" id="multi_hold_submit">Place holds</button>
976                                     [% END %]
977                                 [% ELSE %]
978                                     [% IF ( override_required ) %]
979                                         <button type="submit" class="btn btn-default warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
980                                     [% ELSIF ( none_available ) %]
981                                         <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place hold</button>
982                                     [% ELSE %]
983                                         <button type="submit" class="btn btn-default">Place hold</button>
984                                     [% END %]
985                                 [% END %]
986                             [% END # /IF patron %]
987                         </fieldset> <!-- /.action -->
988                     </form> <!-- /#hold-request-form -->
989                 </fieldset> <!-- /.rows -->
990             [% END %]
991
992             [% UNLESS ( patron ) %]
993                 [% UNLESS borrowers %]
994                     [% SET hold_count = Biblio.HoldsCount( biblio.biblionumber ) | html %]
995                     [% IF hold_count %]
996                         <label for ="always_show_holds">Always show holds</label>
997                         [% IF always_show_holds == 'DONT' %]
998                             <input type="checkbox" name="always_show_holds" id="always_show_holds" value="DO">
999                             [% UNLESS reserveloop %]
1000                                 <a class="btn btn-default" value="Show holds" id="show_holds_now" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]&show_holds_now=1">Show holds ([% hold_count | html %])</a>
1001                             [% END %]
1002                         [% ELSE %]
1003                             <input type="checkbox" name="always_show_holds" value="DO" id="always_show_holds" checked="checked">
1004                         [% END %]
1005                     [% END %]
1006                 [% END %]
1007                 [% IF ( reserveloop ) %]
1008                     <form id="existing_holds" name="T[% time | html %]" action="modrequest.pl" method="post" style="display:block">
1009                         [% IF ( multi_hold ) %]
1010                             [% FOREACH biblionumber IN biblionumbers %]
1011                             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/>
1012                             [% END %]
1013                         [% END %]
1014
1015                         [% IF enqueued %]
1016                             <div class="dialog message">
1017                                 <p>The job has been enqueued! It will be processed as soon as possible.</p>
1018                                 <p><a href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=[% job_id | uri %]" title="View detail of the enqueued job">View detail of the enqueued job</a></p>
1019                             </div>
1020                         [% END %]
1021
1022                         <h2>Existing holds</h2>
1023                         <div id="toolbar" class="btn-toolbar">
1024                             <input type="submit" name="submit" value="Update hold(s)" /> <button class="cancel_selected_holds" data-bulk="true"></button>
1025                         <fieldset id="cancellation-reason-fieldset" class="action">
1026                             [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
1027                             [% IF hold_cancellation.count %]
1028                                 <label for="cancellation-reason">Cancellation reason: </label>
1029                                 <select class="cancellation-reason" name="cancellation-reason" id="cancellation-reason">
1030                                     <option value="">No reason given</option>
1031                                     [% FOREACH reason IN hold_cancellation %]
1032                                         <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
1033                                     [% END %]
1034                                 </select>
1035                             [% END %]
1036                         </fieldset>
1037                         </div>
1038
1039                         [% FOREACH biblioloo IN biblioloop %]
1040                             [% IF ( biblioloo.reserveloop ) %]
1041                                 <div class="hold_title" id="hold_title_[% biblioloo.biblionumber | html %]">
1042                                     [% IF ( multi_hold ) %]
1043                                         <h3>
1044                                             <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">
1045                                                 [% biblioloo.title | html %]
1046                                             </a> <span class="number_box"><span>[% biblioloo.reserveloop.size | html %] [% tn('Hold', 'Holds', biblioloo.reserveloop.size) | $raw %]</span></span>
1047                                         </h3>
1048                                     [% END %]
1049
1050                                     [% IF Koha.Preference('HoldsSplitQueue') == 'branch' %]
1051
1052                                         [% SET branchcodes = [] %]
1053
1054                                         [% FOREACH h IN biblioloo.reserveloop %]
1055                                             [% branchcodes.push( h.branchcode ) %]
1056                                         [% END %]
1057                                         [% branchcodes = branchcodes.unique %]
1058                                         [% IF ( branchcodes.empty ) %]
1059                                             <div class="note">
1060                                                 There are no holds on this title.
1061                                             </div>
1062                                         [% ELSE %]
1063
1064                                             [% FOREACH b IN branchcodes.sort %]
1065                                                 [% SET holds_by_branch = [] %]
1066                                                 [% FOREACH h IN biblioloo.reserveloop %]
1067                                                     [% IF h.branchcode == b %]
1068                                                         [% holds_by_branch.push( h ) %]
1069                                                     [% END %]
1070                                                 [% END %]
1071                                                 <div class="holds_by_library">
1072                                                     <h4>[% Branches.GetName( b ) | html %]</h4>
1073
1074                                                     [% INCLUDE holds_table.inc holds=holds_by_branch %]
1075                                                 </div>
1076                                             [% END # /FOREACh b %]
1077                                         [% END # /IF ( branchcodes.empty ) %]
1078
1079                                     [% ELSIF Koha.Preference('HoldsSplitQueue') == 'itemtype' %]
1080
1081                                         [% SET itemtypes = [] %]
1082
1083                                         [% FOREACH h IN biblioloo.reserveloop %]
1084                                             [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
1085                                             [% itemtypes.push( hold_itemtype ) %]
1086                                         [% END %]
1087                                         [% itemtypes = itemtypes.unique %]
1088                                         [% IF ( itemtypes.empty ) %]
1089                                             <div class="note">
1090                                                 There are no holds on this title.
1091                                             </div>
1092                                         [% ELSE %]
1093
1094                                             [% FOREACH i IN itemtypes.sort %]
1095                                                 [% SET holds_by_itemtype = [] %]
1096                                                 [% FOREACH h IN biblioloo.reserveloop %]
1097                                                     [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
1098                                                     [% IF hold_itemtype == i %]
1099                                                         [% holds_by_itemtype.push( h ) %]
1100                                                     [% END %]
1101                                                 [% END %]
1102
1103                                                 <div class="holds_by_itemtype">
1104                                                     [% IF i %]
1105                                                         <h4>[% ItemTypes.GetDescription( i ) | html %]</h4>
1106                                                     [% ELSE %]
1107                                                         <h4>Any item type</h4>
1108                                                     [% END %]
1109                                                     [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
1110                                                 </div>
1111                                             [% END # /FOREACH i %]
1112                                         [% END # /IF ( itemtypes.empty ) %]
1113
1114                                     [% ELSIF Koha.Preference('HoldsSplitQueue') == 'branch_itemtype' %]
1115                                         [% SET branchcodes = [] %]
1116
1117                                         [% FOREACH h IN biblioloo.reserveloop %]
1118                                             [% branchcodes.push( h.branchcode ) %]
1119                                         [% END %]
1120                                         [% branchcodes = branchcodes.unique %]
1121                                         [% IF ( branchcodes.empty ) %]
1122                                             <div class="note">
1123                                                 There are no holds on this title.
1124                                             </div>
1125                                         [% ELSE %]
1126
1127                                             [% FOREACH b IN branchcodes.sort %]
1128                                                 <div class="holds_by_library">
1129                                                     <h4 class="library_holds">[% Branches.GetName( b ) | html %]</h4>
1130                                                     [% SET holds_by_branch = [] %]
1131                                                     [% FOREACH h IN biblioloo.reserveloop %]
1132                                                         [% IF h.branchcode == b %]
1133                                                             [% holds_by_branch.push( h ) %]
1134                                                         [% END %]
1135                                                     [% END %]
1136
1137                                                     [% SET itemtypes = [] %]
1138                                                     [% FOREACH h IN holds_by_branch %]
1139                                                         [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
1140                                                         [% itemtypes.push( hold_itemtype ) %]
1141                                                     [% END %]
1142                                                     [% itemtypes = itemtypes.unique %]
1143
1144                                                     [% FOREACH i IN itemtypes.sort %]
1145                                                         <div class="holds_by_itemtype">
1146                                                             <h5 class="itemtype_holds">
1147                                                                 [% IF i %]
1148                                                                     [% ItemTypes.GetDescription( i ) | html %]
1149                                                                 [% ELSE %]
1150                                                                     <span>Any item type</span>
1151                                                                 [% END %]
1152                                                             </h5>
1153
1154                                                             [% SET holds_by_itemtype = [] %]
1155                                                             [% FOREACH h IN holds_by_branch %]
1156                                                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
1157                                                                 [% IF hold_itemtype == i %]
1158                                                                     [% holds_by_itemtype.push( h ) %]
1159                                                                 [% END %]
1160                                                             [% END %]
1161                                                             [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
1162                                                         </div> <!-- /.holds_by_itemtype -->
1163                                                     [% END %]
1164                                                 </div> <!-- /.holds_by_library -->
1165                                             [% END # /FOREACH b %]
1166                                         [% END # /IF ( branchcodes.empty ) %]
1167
1168                                     [% ELSE %]
1169
1170                                         [% IF ( biblioloo.reserveloop.size ) %]
1171                                             [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
1172                                         [% ELSE %]
1173                                             <div class="note">
1174                                                 There are no holds on this title.
1175                                             </div>
1176                                         [% END %]
1177
1178                                     [% END # /IF HoldsSplitQueue %]
1179                                 </div> <!-- /hold_title -->
1180                             [% END # /IF biblioloo.reserveloop %]
1181                         [% END # FOREACH biblioloo %]
1182                     </form> <!-- /#existing_holds -->
1183                 [% END # IF reserveloop %]
1184             [% END # UNLESS patron %]
1185
1186         </main>
1187
1188         [% IF ( multi_hold || nobiblio ) # No sidebar menu when placing multiple holds or biblio not found %]
1189             </div> <!-- /.col-md-10.col-md-offset-1 -->
1190         [% ELSE %]
1191             </div> <!-- /.col-sm-10.col-sm-push-2 -->
1192                 <div class="col-sm-2 col-sm-pull-10">
1193                     <aside>
1194                         [% INCLUDE 'biblio-view-menu.inc' %]
1195                     </aside>
1196                 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1197         [% END %]
1198     </div> <!-- /.row -->
1199
1200     <div id="cancelModal" class="modal" tabindex="-1" role="dialog" aria-hidden="true">
1201         <div class="modal-dialog" role="document">
1202             <div class="modal-content">
1203                 <div class="modal-header">
1204                     <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1205                     <h3>Confirm deletion</h3>
1206                 </div>
1207
1208                 <div class="modal-body">
1209                     <p>Are you sure you want to cancel this hold?</p>
1210
1211                     <fieldset class="action">
1212                         [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
1213                         [% IF hold_cancellation.count %]
1214                             <label for="cancellation-reason">Cancellation reason: </label>
1215                             <select class="cancellation-reason" name="modal-cancellation-reason" id="modal-cancellation-reason">
1216                                 <option value="">No reason given</option>
1217                                 [% FOREACH reason IN hold_cancellation %]
1218                                     <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
1219                                 [% END %]
1220                             </select>
1221                         [% END %]
1222                     </fieldset>
1223                 </div>
1224
1225                 <div class="modal-footer">
1226                     <button id="cancelModalConfirmBtn" type="button" class="btn btn-danger">Confirm cancellation</button>
1227                     <a href="#" data-dismiss="modal">Cancel</a>
1228                 </div>
1229             </div>
1230         </div>
1231     </div>
1232
1233 [% MACRO jsinclude BLOCK %]
1234     [% INCLUDE 'datatables.inc' %]
1235     [% INCLUDE 'calendar.inc' %]
1236     [% INCLUDE 'columns_settings.inc' %]
1237     [% Asset.js("lib/hc-sticky.js") | $raw %]
1238     [% INCLUDE 'select2.inc' %]
1239     [% Asset.js("js/holds.js") | $raw%]
1240
1241     [% SET url_biblio_params = "biblionumber=" _ biblionumbers.join("&amp;biblionumber=") %]
1242     [% IF multi_hold %]
1243         [% SET url_biblio_params = url_biblio_params _ "&amp;multi_hold=1" %]
1244     [% END %]
1245
1246     <script>
1247         var Sticky;
1248         var biblionumbers = [[% biblionumbers.join(', ') | $raw %]];
1249         var borrowernumber = "[% patron.borrowernumber | $raw %]";
1250         var patron_homebranch = "[% To.json( Branches.GetName( patron.branchcode ) ) | $raw %]";
1251         var override_items = {[% FOREACH biblio IN biblioloop %][% FOREACH itemloo IN biblio.itemloop %][% IF ( itemloo.override ) %]
1252         [% itemloo.itemnumber | html %]: {
1253             homebranch: "[% To.json( Branches.GetName( itemloo.homebranch ) ) | $raw %]",
1254             holdallowed: "[% itemloo.holdallowed | html %]"
1255             },
1256             [% END %][% END %][% END %]
1257         };
1258         var ERROR_MAP = {
1259             damaged: _("Item damaged"),
1260             ageRestricted: _("Age restricted"),
1261             tooManyHoldsForThisRecord: _("Exceeded max holds per record"),
1262             tooManyReservesToday: _("Daily hold limit reached for patron"),
1263             tooManyReserves: _("Too many holds"),
1264             notReservable: _("Not holdable"),
1265             noReservesAllowed: _("No reserves allowed"),
1266             cannotReserveFromOtherBranches: _("Patron is from different library"),
1267             itemAlreadyOnHold: _("Patron already has hold for this item"),
1268             cannotBeTransferred: _("Cannot be transferred to pickup library"),
1269             pickupNotInHoldGroup: _("Only pickup locations within the same hold group are allowed")
1270         }
1271
1272         var MSG_CANCEL_SELECTED = _("Cancel selected (%s)");
1273         $.fn.select2.defaults.set("width", "100%" );
1274         $.fn.select2.defaults.set("dropdownAutoWidth", true );
1275
1276         $(document).ready(function() {
1277             $('#cancellation-reason-fieldset').hide();
1278             $('.rank-request').on('change', function() {
1279                 if ( $(".rank-request option:selected[value='del']").length ) {
1280                     $('#cancellation-reason-fieldset').show();
1281                 } else {
1282                     $('#cancellation-reason-fieldset').hide();
1283                 }
1284             });
1285
1286             if( $("#circ_holds_select").length > 0 ){
1287                 [% SET active = clubs ? 1 : 0 %]
1288                 /* Set active tab based on whether a club search was submitted */
1289                 var tabs = $("#circ_holds_select li:eq(" + [% active | $raw %] + ") a").tab("show");
1290                 $( tabs[0].hash ).find("input.focus").focus();
1291
1292                 /* Change active focus when tabs change */
1293                 $("#circ_holds_select a[data-toggle='tab']").on("shown.bs.tab", function (e) {
1294                     active_tab = e.target.hash;
1295                     $( active_tab ).find("input.focus").focus();
1296                 });
1297             }
1298
1299
1300             function ToggleHoldsToPlace() {
1301                 if ( $("#requestany").prop('checked') ) {
1302                     $("#holds_to_place_count").prop('disabled', false);
1303                 } else {
1304                     $("#holds_to_place_count").prop('disabled', true);
1305                 }
1306             }
1307             ToggleHoldsToPlace();
1308             $("#requestany").on('change', function(){
1309                 ToggleHoldsToPlace();
1310             });
1311
1312             [% IF Koha.Preference('UseBranchTransferLimits') %]
1313                 $("#pickup").on('change', function(){
1314                     var pickup = $("#pickup").val();
1315                     var url = "?pickup=" + pickup;
1316                     url += "&borrowernumber=" + borrowernumber;
1317                     url += "&biblionumber=" + biblionumbers[0];
1318                     window.location.replace(url);
1319                 });
1320             [% END %]
1321
1322             var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, {
1323                 'bPaginate': false,
1324                 "sDom": '<"top pager"ilf>t',
1325             }));
1326
1327             //Override fieldset styling for dataTables search box
1328             $("div.top.pager").css("margin-left","1em");
1329             $(".dataTables_filter label").css({
1330                 "width":"auto",
1331                 "margin-right":"0em"
1332             });
1333
1334             $("#club-request-form").on("submit", function() {
1335                 let $t = $(this);
1336                 $('.clubalert, .holdalert').addClass('hide');
1337                 const data = {
1338                     pickup_library_id: $('select[name="pickup"]').val()
1339                 };
1340                 if($('input[name="checkitem"]:checked').length)
1341                     data.item_id = $('input[name="checkitem"]:checked').val();
1342                 if($('input[name="borrowernumber"]').length)
1343                     data.patron_id = $('input[name="borrowernumber"]').val();
1344                 if($('textarea[name="notes"]').length)
1345                     data.notes = $('textarea[name="notes"]').val()||null;
1346                 if($('input[name="itemtype"]').length) {
1347                     data.item_type = $('input[name="itemtype"]').val()||null;
1348                 }
1349                 if($('input[name="default_patron_home"]:checked').length) {
1350                     data.default_patron_home = 1;
1351                 }
1352
1353                 const count = $('input[name="holds_to_place_count"]').length?$('input[name="holds_to_place_count"]').val():1;
1354                 var newloc = 'request.pl?';
1355                 biblionumbers.forEach(function (biblionumber) {
1356                     newloc += '&biblionumber=' + biblionumber;
1357                 });
1358
1359                 biblionumbers.forEach(function(biblionumber) {
1360                     data.biblio_id = biblionumber;
1361                     let options = {
1362                         url: $t.attr('action'),
1363                         method: $t.attr('method').toUpperCase(),
1364                         contentType: 'application/json',
1365                         data: JSON.stringify(data)
1366                     };
1367                     for(let i = 0; i < count; i++) {
1368                         $.ajax(options)
1369                         .then(function(result) {
1370                             document.location = newloc;
1371                         })
1372                         .fail(function(err) {
1373                             var message = err.responseJSON.error;
1374                             var match = err.responseJSON.error.match(/Reason: (\w+)\s*$/);
1375                             if(match && ERROR_MAP[match[1]]) {
1376                                 message = '<div><strong>'+_("Cannot place hold")+'</strong></div><div>'+ERROR_MAP[match[1]]+'</div>'
1377                             }
1378                             $('.clubalert, .holdalert').removeClass('hide').html(message);
1379                         });
1380                     }
1381                 });
1382
1383                 return false;
1384             });
1385
1386             [% UNLESS ( multi_hold ) %]
1387                 $("#hold-request-form").on("submit", function(){
1388                     return check($(this));
1389                 });
1390             [% ELSE %]
1391                 $("#hold-request-form").on("submit", function(){
1392                     return checkMultiHold();
1393                 });
1394             [% END %]
1395
1396             $(".pickup_location_dropdown").each( function () {
1397                 $(this).pickup_locations_dropdown();
1398             });
1399
1400             $("#pickup_multi").select2({
1401                 width: '30%',
1402                 allowClear: true
1403             });
1404
1405             $('.multi_pickup_select').select2({
1406                 width: '100%',
1407                 allowClear: true
1408             });
1409
1410             $("#pickup_multi").on("change", function() {
1411                 var selection = $(this).val();
1412                 if ( selection != '' ) {
1413                     $(".multi_pickup_select").each(function() {
1414                         var valid_pickup_locations = $(this).data('pickup-locations');
1415                         if ( valid_pickup_locations.includes(selection) ) {
1416                             $(this).val(selection);
1417                             $(this).trigger("change");
1418                         }
1419                     });
1420                 }
1421             });
1422
1423             $("#pickup").each( function () {
1424                 $(this).pickup_locations_dropdown();
1425             });
1426
1427             $(".pickup_locations").each(function () {
1428                 $(this).pickup_locations_dropdown();
1429             });
1430         });
1431
1432         function check( table ) {
1433
1434             var msg = "";
1435
1436             if ( ! $("#requestany").is(":checked") ) {
1437                 // requestany not selected, go through the item-specific cases
1438                 if ( $('input[type="radio"]:checked').length > 0 ) {
1439                     // got item-specific hold requests in the form!
1440                     // verify they have a pickup location selected
1441
1442                     if (table.find('input[type="radio"]:checked')
1443                                 .closest('tr')
1444                                 .find(".pickup_locations").val() === null) {
1445
1446                         msg = _("- Please select a pickup location for the item" + "\n")
1447                     }
1448                 }
1449                 else {
1450                     msg = (_("- Please select an item to place a hold") + "\n");
1451                 }
1452             } else {
1453                 if( $("#pickup").length < 1 || $("#pickup").val() == "" ){
1454                     msg = _("- Please select a pickup location for this hold" + "\n");
1455                 }
1456             }
1457
1458
1459             if (msg == "") {
1460                 $('#hold-request-form').preventDoubleFormSubmit();
1461                 return(true);
1462             } else {
1463                 alert(msg);
1464                 return(false);
1465             }
1466         }
1467
1468         function checkMultiHold() {
1469
1470             var selected_bibs = $(".multi_hold_item_checkbox:checked");
1471             if ( selected_bibs.length > 0 ) {
1472                 // there are biblios selected in the form!
1473                 // verify they have a pickup location selected
1474
1475                 var pickup_not_set = 0;
1476                 selected_bibs.each(function() {
1477                     if ( $(this).closest('tr').find(".multi_pickup_select").val() === "" ) {
1478                         pickup_not_set++;
1479                     }
1480                     else {
1481                         var bibnum = $(this).attr("title");
1482                     }
1483                 });
1484                 if ( pickup_not_set > 0 ) {
1485                     alert( _("Please make sure all selected titles have a pickup location set" + "\n") );
1486                     return false;
1487                 }
1488             }
1489             else {
1490                 alert( _("Please select at least one title" + "\n") );
1491                 return false;
1492             }
1493
1494             $('#hold-request-form').preventDoubleFormSubmit();
1495
1496             return true;
1497         }
1498
1499          $(document).ready(function() {
1500
1501             $("#always_show_holds").change(function(){
1502                 if( $(this).prop('checked') ){
1503                     document.cookie = 'always_show_holds=DO';
1504                 } else {
1505                     document.cookie = 'always_show_holds=DONT';
1506                 }
1507             });
1508             $("input.needsoverride").click(function() { // This must be before the radio button/checkbox switch logic
1509                 var itemnumber = this.value;
1510                 var msg = '';
1511
1512                 switch (override_items[itemnumber].holdallowed) {
1513                     case "not_allowed": msg = _("This item normally cannot be put on hold."); break;
1514                     case "from_home_library": msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
1515                 }
1516
1517                 msg += "\n\n" + _("Place hold on this item?");
1518
1519                 return confirm(msg);
1520             });
1521             $("button.warning").click(function() {
1522                 return confirm( _("None of these items can normally be put on hold for this patron.") + "\n\n" + _("Place hold?") );
1523             });
1524             $("#requestany").click(function() {
1525                 if(this.checked){
1526                     $("input[name=checkitem]").each(function() {
1527                         $(this).prop("checked", false);
1528                     });
1529                 }
1530             });
1531             $("input[name=checkitem]").click(function() {
1532                 onechecked = 0;
1533                 $("input[name=checkitem]").each(function() {
1534                     if(this.checked){
1535                         onechecked = 1;
1536                     }
1537                 });
1538                 if(onechecked == 1){
1539                     $("#requestany").prop("checked", false);
1540                     $("#holds_to_place_count").prop('disabled', true);
1541                 } else {
1542                     $("#requestany").prop("checked",true);
1543                     $("#holds_to_place_count").prop('disabled', false);
1544                 }
1545             });
1546             var prev_rank_request;
1547             $("select[name=rank-request]").on("focus", function() {
1548                 prev_rank_request = $(this).val();
1549                 var row = $(this).parents("tr:first");
1550             }).change(function() {
1551                 var row = $(this).parents("tr:first");
1552                 var value = parseInt($(this).val());
1553                 var found_holds = $("select[name='rank-request'][disabled='disabled']").length ; //Count how many are found
1554                 if( !isNaN(value) ) {  //If moved to 'del'
1555                     var after = row.parent().find("tr:nth-child("+(value+1+found_holds )+")"); //Go to the row 1 after the new value (and skip found holds)
1556                     if (prev_rank_request > value) {
1557                         row.insertBefore(after);
1558                     } else {
1559                         row.insertAfter(after);
1560                     }
1561                 }
1562
1563                 var next_priority = 1;
1564                 $("select[name=rank-request]").each(function () {
1565                     if( isNaN( $(this).val() ) ){ return true; } //Don't reset found or del holds
1566                     $(this).val(next_priority);
1567                     next_priority++;
1568                 });
1569             });
1570
1571             $(".clear-date").on("click",function(e){
1572                 e.preventDefault();
1573                 var fieldID = this.id.replace("clear-date-","");
1574                 $("#" + fieldID).val("");
1575             });
1576
1577             // Confirm cancellation of hold
1578             let cancel_link;
1579             $(".cancel-hold").on("click",function(e) {
1580                 e.preventDefault;
1581                 cancel_link = $(this);
1582                 $('#cancelModal').modal();
1583                 return false;
1584             });
1585             $("#cancelModalConfirmBtn").on("click",function(e) {
1586                 let link;
1587                 if(cancel_link.data('bulk')) {
1588                     [% SET data_url = 'biblionumber=' _ biblionumbers.join('&biblionumber=') %]
1589                     link = `request.pl?[% data_url | url %]&amp;action=cancelBulk&amp;ids=${$('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id')).join(',')}`;
1590                 } else {
1591                     let borrowernumber = cancel_link.data('borrowernumber');
1592                     let biblionumber = cancel_link.data('biblionumber');
1593                     let reserve_id = cancel_link.data('id');
1594                     link = `request.pl?action=cancel&amp;borrowernumber=${ borrowernumber }&amp;biblionumber=${ biblionumber }&amp;reserve_id=${ reserve_id }`;
1595                 }
1596                 let reason = $("#modal-cancellation-reason").val();
1597                 if ( reason ) {
1598                     link += "&amp;cancellation-reason=" + reason
1599                 }
1600                 window.location.href = link;
1601                 return false;
1602             });
1603
1604             [% UNLESS ( patron || patron.borrowernumber || borrowers || noitems || nobiblio ) %]
1605                 [% IF ( PatronAutoComplete ) %]
1606                     patron_autocomplete($("#search_patron_filter"), { 'link-to': 'reserve', 'url-params': '[% url_biblio_params | url %]' });
1607                 [% END %]
1608             [% END %]
1609
1610             Sticky = $("#toolbar");
1611             Sticky.hcSticky({
1612                 stickTo: "#existing_holds",
1613                 stickyClass: "floating"
1614             });
1615
1616             if(!localStorage.selectedHolds  || document.referrer.replace(/\?.*/, '') !== document.location.origin+document.location.pathname) {
1617                 localStorage.selectedHolds = [];
1618             }
1619
1620             $('.holds_table .select_hold').each(function() {
1621                 if(localStorage.selectedHolds.includes($(this).data('id'))) {
1622                     $(this).prop('checked', true);
1623                 }
1624             });
1625
1626             $('.holds_table .select_hold_all').each(function() {
1627                 var table = $(this).parents('.holds_table');
1628                 var count = $('.select_hold:not(:checked)', table).length;
1629                 $('.select_hold_all', table).prop('checked', !count);
1630             });
1631
1632             $('.cancel_selected_holds').html(MSG_CANCEL_SELECTED.format($('.holds_table .select_hold:checked').length));
1633
1634             $('.holds_table .select_hold_all').click(function() {
1635                 var table = $(this).parents('.holds_table');
1636                 var count = $('.select_hold:checked', table).length;
1637                 $('.select_hold', table).prop('checked', !count);
1638                 $(this).prop('checked', !count);
1639                 $('.cancel_selected_holds').html(MSG_CANCEL_SELECTED.format($('.holds_table .select_hold:checked').length));
1640                 localStorage.selectedHolds = $('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id'));
1641             });
1642
1643             $('.holds_table .select_hold').click(function() {
1644                 var table = $(this).parents('.holds_table');
1645                 var count = $('.select_hold:not(:checked)', table).length;
1646                 $('.select_hold_all', table).prop('checked', !count);
1647                 $('.cancel_selected_holds').html(MSG_CANCEL_SELECTED.format($('.holds_table .select_hold:checked').length));
1648                 localStorage.selectedHolds = $('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id'));
1649             });
1650
1651             $('.cancel_selected_holds').click(function(e) {
1652                 e.preventDefault();
1653                 if($('.holds_table .select_hold:checked').length) {
1654                     cancel_link = $(this);
1655                     delete localStorage.selectedHolds;
1656                     $('#cancelModal').modal();
1657                 }
1658                 return false;
1659             });
1660         });
1661     </script>
1662
1663     <script>
1664         table_settings = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
1665     </script>
1666
1667     [% PROCESS patron_search_js table_id => 'table_borrowers', categories => categories, libraries => libraries, extended_attribute_types => attribute_type_codes, columns => columns, open_on_row_click => 1, on_click_url => '/cgi-bin/koha/reserve/request.pl?' _ url_biblio_params, redirect_if_one_result => 1, redirect_url => '/cgi-bin/koha/reserve/request.pl?' _ url_biblio_params, redirect_if_attribute_equal => 'cardnumber' %]
1668     <script>
1669         $(document).ready(function() {
1670             $("#holds_patronsearch").on("submit", filter);
1671         });
1672         $('.printholdslip').click(function(){
1673                 var reserve_id = $(this).attr('data-reserve_id');
1674                 window.open("/cgi-bin/koha/circ/hold-transfer-slip.pl?reserve_id=" + reserve_id);
1675                 return false;
1676         })
1677     </script>
1678 [% END %]
1679
1680 [% INCLUDE 'intranet-bottom.inc' %]