Bug 31806: Add page-section container to existing holds
[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">Home</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">Home</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-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
635                                     [% ELSIF ( none_available ) %]
636                                         <button type="submit" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button>
637                                     [% ELSE %]
638                                         <button type="submit" class="btn btn-primary">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-primary warning"><i class="fa fa-exclamation-triangle "></i> Place holds</button>
970                                     [% ELSIF ( no_bibs_available ) %]
971                                         <button type="submit" class="btn btn-primary btn-disabled" disabled="disabled">Place holds</button>
972                                     [% ELSIF ( none_available ) %]
973                                         <button type="submit" class="btn btn-primary">Place holds</button>
974                                     [% ELSE %]
975                                         <button type="submit" class="btn btn-primary" id="multi_hold_submit">Place holds</button>
976                                     [% END %]
977                                 [% ELSE %]
978                                     [% IF ( override_required ) %]
979                                         <button type="submit" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
980                                     [% ELSIF ( none_available ) %]
981                                         <button type="submit" class="btn btn-primary btn-disabled" disabled="disabled">Place hold</button>
982                                     [% ELSE %]
983                                         <button type="submit" class="btn btn-primary">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 class="page-section">
1024                         <div id="toolbar" class="btn-toolbar">
1025                             <input type="submit" name="submit" value="Update hold(s)" /> <button class="cancel_selected_holds" data-bulk="true"></button>
1026                         <fieldset id="cancellation-reason-fieldset" class="action">
1027                             [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
1028                             [% IF hold_cancellation.count %]
1029                                 <label for="cancellation-reason">Cancellation reason: </label>
1030                                 <select class="cancellation-reason" name="cancellation-reason" id="cancellation-reason">
1031                                     <option value="">No reason given</option>
1032                                     [% FOREACH reason IN hold_cancellation %]
1033                                         <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
1034                                     [% END %]
1035                                 </select>
1036                             [% END %]
1037                         </fieldset>
1038                         </div>
1039
1040                         [% FOREACH biblioloo IN biblioloop %]
1041                             [% IF ( biblioloo.reserveloop ) %]
1042                                 <div class="hold_title" id="hold_title_[% biblioloo.biblionumber | html %]">
1043                                     [% IF ( multi_hold ) %]
1044                                         <h3>
1045                                             <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">
1046                                                 [% biblioloo.title | html %]
1047                                             </a> <span class="number_box"><span>[% biblioloo.reserveloop.size | html %] [% tn('Hold', 'Holds', biblioloo.reserveloop.size) | $raw %]</span></span>
1048                                         </h3>
1049                                     [% END %]
1050
1051                                     [% IF Koha.Preference('HoldsSplitQueue') == 'branch' %]
1052
1053                                         [% SET branchcodes = [] %]
1054
1055                                         [% FOREACH h IN biblioloo.reserveloop %]
1056                                             [% branchcodes.push( h.branchcode ) %]
1057                                         [% END %]
1058                                         [% branchcodes = branchcodes.unique %]
1059                                         [% IF ( branchcodes.empty ) %]
1060                                             <div class="note">
1061                                                 There are no holds on this title.
1062                                             </div>
1063                                         [% ELSE %]
1064
1065                                             [% FOREACH b IN branchcodes.sort %]
1066                                                 [% SET holds_by_branch = [] %]
1067                                                 [% FOREACH h IN biblioloo.reserveloop %]
1068                                                     [% IF h.branchcode == b %]
1069                                                         [% holds_by_branch.push( h ) %]
1070                                                     [% END %]
1071                                                 [% END %]
1072                                                 <div class="holds_by_library">
1073                                                     <h4>[% Branches.GetName( b ) | html %]</h4>
1074
1075                                                     [% INCLUDE holds_table.inc holds=holds_by_branch %]
1076                                                 </div>
1077                                             [% END # /FOREACh b %]
1078                                         [% END # /IF ( branchcodes.empty ) %]
1079
1080                                     [% ELSIF Koha.Preference('HoldsSplitQueue') == 'itemtype' %]
1081
1082                                         [% SET itemtypes = [] %]
1083
1084                                         [% FOREACH h IN biblioloo.reserveloop %]
1085                                             [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
1086                                             [% itemtypes.push( hold_itemtype ) %]
1087                                         [% END %]
1088                                         [% itemtypes = itemtypes.unique %]
1089                                         [% IF ( itemtypes.empty ) %]
1090                                             <div class="note">
1091                                                 There are no holds on this title.
1092                                             </div>
1093                                         [% ELSE %]
1094
1095                                             [% FOREACH i IN itemtypes.sort %]
1096                                                 [% SET holds_by_itemtype = [] %]
1097                                                 [% FOREACH h IN biblioloo.reserveloop %]
1098                                                     [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
1099                                                     [% IF hold_itemtype == i %]
1100                                                         [% holds_by_itemtype.push( h ) %]
1101                                                     [% END %]
1102                                                 [% END %]
1103
1104                                                 <div class="holds_by_itemtype">
1105                                                     [% IF i %]
1106                                                         <h4>[% ItemTypes.GetDescription( i ) | html %]</h4>
1107                                                     [% ELSE %]
1108                                                         <h4>Any item type</h4>
1109                                                     [% END %]
1110                                                     [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
1111                                                 </div>
1112                                             [% END # /FOREACH i %]
1113                                         [% END # /IF ( itemtypes.empty ) %]
1114
1115                                     [% ELSIF Koha.Preference('HoldsSplitQueue') == 'branch_itemtype' %]
1116                                         [% SET branchcodes = [] %]
1117
1118                                         [% FOREACH h IN biblioloo.reserveloop %]
1119                                             [% branchcodes.push( h.branchcode ) %]
1120                                         [% END %]
1121                                         [% branchcodes = branchcodes.unique %]
1122                                         [% IF ( branchcodes.empty ) %]
1123                                             <div class="note">
1124                                                 There are no holds on this title.
1125                                             </div>
1126                                         [% ELSE %]
1127
1128                                             [% FOREACH b IN branchcodes.sort %]
1129                                                 <div class="holds_by_library">
1130                                                     <h4 class="library_holds">[% Branches.GetName( b ) | html %]</h4>
1131                                                     [% SET holds_by_branch = [] %]
1132                                                     [% FOREACH h IN biblioloo.reserveloop %]
1133                                                         [% IF h.branchcode == b %]
1134                                                             [% holds_by_branch.push( h ) %]
1135                                                         [% END %]
1136                                                     [% END %]
1137
1138                                                     [% SET itemtypes = [] %]
1139                                                     [% FOREACH h IN holds_by_branch %]
1140                                                         [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
1141                                                         [% itemtypes.push( hold_itemtype ) %]
1142                                                     [% END %]
1143                                                     [% itemtypes = itemtypes.unique %]
1144
1145                                                     [% FOREACH i IN itemtypes.sort %]
1146                                                         <div class="holds_by_itemtype">
1147                                                             <h5 class="itemtype_holds">
1148                                                                 [% IF i %]
1149                                                                     [% ItemTypes.GetDescription( i ) | html %]
1150                                                                 [% ELSE %]
1151                                                                     <span>Any item type</span>
1152                                                                 [% END %]
1153                                                             </h5>
1154
1155                                                             [% SET holds_by_itemtype = [] %]
1156                                                             [% FOREACH h IN holds_by_branch %]
1157                                                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
1158                                                                 [% IF hold_itemtype == i %]
1159                                                                     [% holds_by_itemtype.push( h ) %]
1160                                                                 [% END %]
1161                                                             [% END %]
1162                                                             [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
1163                                                         </div> <!-- /.holds_by_itemtype -->
1164                                                     [% END %]
1165                                                 </div> <!-- /.holds_by_library -->
1166                                             [% END # /FOREACH b %]
1167                                         [% END # /IF ( branchcodes.empty ) %]
1168
1169                                     [% ELSE %]
1170
1171                                         [% IF ( biblioloo.reserveloop.size ) %]
1172                                             [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
1173                                         [% ELSE %]
1174                                             <div class="note">
1175                                                 There are no holds on this title.
1176                                             </div>
1177                                         [% END %]
1178
1179                                     [% END # /IF HoldsSplitQueue %]
1180                                 </div> <!-- /hold_title -->
1181                             [% END # /IF biblioloo.reserveloop %]
1182                         [% END # FOREACH biblioloo %]
1183                         </div>
1184                     </form> <!-- /#existing_holds -->
1185                 [% END # IF reserveloop %]
1186             [% END # UNLESS patron %]
1187
1188         </main>
1189
1190         [% IF ( multi_hold || nobiblio ) # No sidebar menu when placing multiple holds or biblio not found %]
1191             </div> <!-- /.col-md-10.col-md-offset-1 -->
1192         [% ELSE %]
1193             </div> <!-- /.col-sm-10.col-sm-push-2 -->
1194                 <div class="col-sm-2 col-sm-pull-10">
1195                     <aside>
1196                         [% INCLUDE 'biblio-view-menu.inc' %]
1197                     </aside>
1198                 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1199         [% END %]
1200     </div> <!-- /.row -->
1201
1202     <div id="cancelModal" class="modal" tabindex="-1" role="dialog" aria-hidden="true">
1203         <div class="modal-dialog" role="document">
1204             <div class="modal-content">
1205                 <div class="modal-header">
1206                     <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1207                     <h3>Confirm deletion</h3>
1208                 </div>
1209
1210                 <div class="modal-body">
1211                     <p>Are you sure you want to cancel this hold?</p>
1212
1213                     <fieldset class="action">
1214                         [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
1215                         [% IF hold_cancellation.count %]
1216                             <label for="cancellation-reason">Cancellation reason: </label>
1217                             <select class="cancellation-reason" name="modal-cancellation-reason" id="modal-cancellation-reason">
1218                                 <option value="">No reason given</option>
1219                                 [% FOREACH reason IN hold_cancellation %]
1220                                     <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
1221                                 [% END %]
1222                             </select>
1223                         [% END %]
1224                     </fieldset>
1225                 </div>
1226
1227                 <div class="modal-footer">
1228                     <button id="cancelModalConfirmBtn" type="button" class="btn btn-danger">Confirm cancellation</button>
1229                     <a href="#" data-dismiss="modal">Cancel</a>
1230                 </div>
1231             </div>
1232         </div>
1233     </div>
1234
1235 [% MACRO jsinclude BLOCK %]
1236     [% INCLUDE 'datatables.inc' %]
1237     [% INCLUDE 'calendar.inc' %]
1238     [% INCLUDE 'columns_settings.inc' %]
1239     [% Asset.js("lib/hc-sticky.js") | $raw %]
1240     [% INCLUDE 'select2.inc' %]
1241     [% Asset.js("js/holds.js") | $raw%]
1242
1243     [% SET url_biblio_params = "biblionumber=" _ biblionumbers.join("&amp;biblionumber=") %]
1244     [% IF multi_hold %]
1245         [% SET url_biblio_params = url_biblio_params _ "&amp;multi_hold=1" %]
1246     [% END %]
1247
1248     <script>
1249         var Sticky;
1250         var biblionumbers = [[% biblionumbers.join(', ') | $raw %]];
1251         var borrowernumber = "[% patron.borrowernumber | $raw %]";
1252         var patron_homebranch = "[% To.json( Branches.GetName( patron.branchcode ) ) | $raw %]";
1253         var override_items = {[% FOREACH biblio IN biblioloop %][% FOREACH itemloo IN biblio.itemloop %][% IF ( itemloo.override ) %]
1254         [% itemloo.itemnumber | html %]: {
1255             homebranch: "[% To.json( Branches.GetName( itemloo.homebranch ) ) | $raw %]",
1256             holdallowed: "[% itemloo.holdallowed | html %]"
1257             },
1258             [% END %][% END %][% END %]
1259         };
1260         var ERROR_MAP = {
1261             damaged: _("Item damaged"),
1262             ageRestricted: _("Age restricted"),
1263             tooManyHoldsForThisRecord: _("Exceeded max holds per record"),
1264             tooManyReservesToday: _("Daily hold limit reached for patron"),
1265             tooManyReserves: _("Too many holds"),
1266             notReservable: _("Not holdable"),
1267             noReservesAllowed: _("No reserves allowed"),
1268             cannotReserveFromOtherBranches: _("Patron is from different library"),
1269             itemAlreadyOnHold: _("Patron already has hold for this item"),
1270             cannotBeTransferred: _("Cannot be transferred to pickup library"),
1271             pickupNotInHoldGroup: _("Only pickup locations within the same hold group are allowed")
1272         }
1273
1274         var MSG_CANCEL_SELECTED = _("Cancel selected (%s)");
1275         $.fn.select2.defaults.set("width", "100%" );
1276         $.fn.select2.defaults.set("dropdownAutoWidth", true );
1277
1278         $(document).ready(function() {
1279             $('#cancellation-reason-fieldset').hide();
1280             $('.rank-request').on('change', function() {
1281                 if ( $(".rank-request option:selected[value='del']").length ) {
1282                     $('#cancellation-reason-fieldset').show();
1283                 } else {
1284                     $('#cancellation-reason-fieldset').hide();
1285                 }
1286             });
1287
1288             if( $("#circ_holds_select").length > 0 ){
1289                 [% SET active = clubs ? 1 : 0 %]
1290                 /* Set active tab based on whether a club search was submitted */
1291                 var tabs = $("#circ_holds_select li:eq(" + [% active | $raw %] + ") a").tab("show");
1292                 $( tabs[0].hash ).find("input.focus").focus();
1293
1294                 /* Change active focus when tabs change */
1295                 $("#circ_holds_select a[data-toggle='tab']").on("shown.bs.tab", function (e) {
1296                     active_tab = e.target.hash;
1297                     $( active_tab ).find("input.focus").focus();
1298                 });
1299             }
1300
1301
1302             function ToggleHoldsToPlace() {
1303                 if ( $("#requestany").prop('checked') ) {
1304                     $("#holds_to_place_count").prop('disabled', false);
1305                 } else {
1306                     $("#holds_to_place_count").prop('disabled', true);
1307                 }
1308             }
1309             ToggleHoldsToPlace();
1310             $("#requestany").on('change', function(){
1311                 ToggleHoldsToPlace();
1312             });
1313
1314             [% IF Koha.Preference('UseBranchTransferLimits') %]
1315                 $("#pickup").on('change', function(){
1316                     var pickup = $("#pickup").val();
1317                     var url = "?pickup=" + pickup;
1318                     url += "&borrowernumber=" + borrowernumber;
1319                     url += "&biblionumber=" + biblionumbers[0];
1320                     window.location.replace(url);
1321                 });
1322             [% END %]
1323
1324             var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, {
1325                 'bPaginate': false,
1326                 "sDom": '<"top pager"ilf>t',
1327             }));
1328
1329             //Override fieldset styling for dataTables search box
1330             $("div.top.pager").css("margin-left","1em");
1331             $(".dataTables_filter label").css({
1332                 "width":"auto",
1333                 "margin-right":"0em"
1334             });
1335
1336             $("#club-request-form").on("submit", function() {
1337                 let $t = $(this);
1338                 $('.clubalert, .holdalert').addClass('hide');
1339                 const data = {
1340                     pickup_library_id: $('select[name="pickup"]').val()
1341                 };
1342                 if($('input[name="checkitem"]:checked').length)
1343                     data.item_id = $('input[name="checkitem"]:checked').val();
1344                 if($('input[name="borrowernumber"]').length)
1345                     data.patron_id = $('input[name="borrowernumber"]').val();
1346                 if($('textarea[name="notes"]').length)
1347                     data.notes = $('textarea[name="notes"]').val()||null;
1348                 if($('input[name="itemtype"]').length) {
1349                     data.item_type = $('input[name="itemtype"]').val()||null;
1350                 }
1351                 if($('input[name="default_patron_home"]:checked').length) {
1352                     data.default_patron_home = 1;
1353                 }
1354
1355                 const count = $('input[name="holds_to_place_count"]').length?$('input[name="holds_to_place_count"]').val():1;
1356                 var newloc = 'request.pl?';
1357                 biblionumbers.forEach(function (biblionumber) {
1358                     newloc += '&biblionumber=' + biblionumber;
1359                 });
1360
1361                 biblionumbers.forEach(function(biblionumber) {
1362                     data.biblio_id = biblionumber;
1363                     let options = {
1364                         url: $t.attr('action'),
1365                         method: $t.attr('method').toUpperCase(),
1366                         contentType: 'application/json',
1367                         data: JSON.stringify(data)
1368                     };
1369                     for(let i = 0; i < count; i++) {
1370                         $.ajax(options)
1371                         .then(function(result) {
1372                             document.location = newloc;
1373                         })
1374                         .fail(function(err) {
1375                             var message = err.responseJSON.error;
1376                             var match = err.responseJSON.error.match(/Reason: (\w+)\s*$/);
1377                             if(match && ERROR_MAP[match[1]]) {
1378                                 message = '<div><strong>'+_("Cannot place hold")+'</strong></div><div>'+ERROR_MAP[match[1]]+'</div>'
1379                             }
1380                             $('.clubalert, .holdalert').removeClass('hide').html(message);
1381                         });
1382                     }
1383                 });
1384
1385                 return false;
1386             });
1387
1388             [% UNLESS ( multi_hold ) %]
1389                 $("#hold-request-form").on("submit", function(){
1390                     return check($(this));
1391                 });
1392             [% ELSE %]
1393                 $("#hold-request-form").on("submit", function(){
1394                     return checkMultiHold();
1395                 });
1396             [% END %]
1397
1398             $(".pickup_location_dropdown").each( function () {
1399                 $(this).pickup_locations_dropdown();
1400             });
1401
1402             $("#pickup_multi").select2({
1403                 width: '30%',
1404                 allowClear: true
1405             });
1406
1407             $('.multi_pickup_select').select2({
1408                 width: '100%',
1409                 allowClear: true
1410             });
1411
1412             $("#pickup_multi").on("change", function() {
1413                 var selection = $(this).val();
1414                 if ( selection != '' ) {
1415                     $(".multi_pickup_select").each(function() {
1416                         var valid_pickup_locations = $(this).data('pickup-locations');
1417                         if ( valid_pickup_locations.includes(selection) ) {
1418                             $(this).val(selection);
1419                             $(this).trigger("change");
1420                         }
1421                     });
1422                 }
1423             });
1424
1425             $("#pickup").each( function () {
1426                 $(this).pickup_locations_dropdown();
1427             });
1428
1429             $(".pickup_locations").each(function () {
1430                 $(this).pickup_locations_dropdown();
1431             });
1432         });
1433
1434         function check( table ) {
1435
1436             var msg = "";
1437
1438             if ( ! $("#requestany").is(":checked") ) {
1439                 // requestany not selected, go through the item-specific cases
1440                 if ( $('input[type="radio"]:checked').length > 0 ) {
1441                     // got item-specific hold requests in the form!
1442                     // verify they have a pickup location selected
1443
1444                     if (table.find('input[type="radio"]:checked')
1445                                 .closest('tr')
1446                                 .find(".pickup_locations").val() === null) {
1447
1448                         msg = _("- Please select a pickup location for the item" + "\n")
1449                     }
1450                 }
1451                 else {
1452                     msg = (_("- Please select an item to place a hold") + "\n");
1453                 }
1454             } else {
1455                 if( $("#pickup").length < 1 || $("#pickup").val() == "" ){
1456                     msg = _("- Please select a pickup location for this hold" + "\n");
1457                 }
1458             }
1459
1460
1461             if (msg == "") {
1462                 $('#hold-request-form').preventDoubleFormSubmit();
1463                 return(true);
1464             } else {
1465                 alert(msg);
1466                 return(false);
1467             }
1468         }
1469
1470         function checkMultiHold() {
1471
1472             var selected_bibs = $(".multi_hold_item_checkbox:checked");
1473             if ( selected_bibs.length > 0 ) {
1474                 // there are biblios selected in the form!
1475                 // verify they have a pickup location selected
1476
1477                 var pickup_not_set = 0;
1478                 selected_bibs.each(function() {
1479                     if ( $(this).closest('tr').find(".multi_pickup_select").val() === "" ) {
1480                         pickup_not_set++;
1481                     }
1482                     else {
1483                         var bibnum = $(this).attr("title");
1484                     }
1485                 });
1486                 if ( pickup_not_set > 0 ) {
1487                     alert( _("Please make sure all selected titles have a pickup location set" + "\n") );
1488                     return false;
1489                 }
1490             }
1491             else {
1492                 alert( _("Please select at least one title" + "\n") );
1493                 return false;
1494             }
1495
1496             $('#hold-request-form').preventDoubleFormSubmit();
1497
1498             return true;
1499         }
1500
1501          $(document).ready(function() {
1502
1503             $("#always_show_holds").change(function(){
1504                 if( $(this).prop('checked') ){
1505                     document.cookie = 'always_show_holds=DO';
1506                 } else {
1507                     document.cookie = 'always_show_holds=DONT';
1508                 }
1509             });
1510             $("input.needsoverride").click(function() { // This must be before the radio button/checkbox switch logic
1511                 var itemnumber = this.value;
1512                 var msg = '';
1513
1514                 switch (override_items[itemnumber].holdallowed) {
1515                     case "not_allowed": msg = _("This item normally cannot be put on hold."); break;
1516                     case "from_home_library": msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
1517                 }
1518
1519                 msg += "\n\n" + _("Place hold on this item?");
1520
1521                 return confirm(msg);
1522             });
1523             $("button.warning").click(function() {
1524                 return confirm( _("None of these items can normally be put on hold for this patron.") + "\n\n" + _("Place hold?") );
1525             });
1526             $("#requestany").click(function() {
1527                 if(this.checked){
1528                     $("input[name=checkitem]").each(function() {
1529                         $(this).prop("checked", false);
1530                     });
1531                 }
1532             });
1533             $("input[name=checkitem]").click(function() {
1534                 onechecked = 0;
1535                 $("input[name=checkitem]").each(function() {
1536                     if(this.checked){
1537                         onechecked = 1;
1538                     }
1539                 });
1540                 if(onechecked == 1){
1541                     $("#requestany").prop("checked", false);
1542                     $("#holds_to_place_count").prop('disabled', true);
1543                 } else {
1544                     $("#requestany").prop("checked",true);
1545                     $("#holds_to_place_count").prop('disabled', false);
1546                 }
1547             });
1548             var prev_rank_request;
1549             $("select[name=rank-request]").on("focus", function() {
1550                 prev_rank_request = $(this).val();
1551                 var row = $(this).parents("tr:first");
1552             }).change(function() {
1553                 var row = $(this).parents("tr:first");
1554                 var value = parseInt($(this).val());
1555                 var found_holds = $("select[name='rank-request'][disabled='disabled']").length ; //Count how many are found
1556                 if( !isNaN(value) ) {  //If moved to 'del'
1557                     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)
1558                     if (prev_rank_request > value) {
1559                         row.insertBefore(after);
1560                     } else {
1561                         row.insertAfter(after);
1562                     }
1563                 }
1564
1565                 var next_priority = 1;
1566                 $("select[name=rank-request]").each(function () {
1567                     if( isNaN( $(this).val() ) ){ return true; } //Don't reset found or del holds
1568                     $(this).val(next_priority);
1569                     next_priority++;
1570                 });
1571             });
1572
1573             $(".clear-date").on("click",function(e){
1574                 e.preventDefault();
1575                 var fieldID = this.id.replace("clear-date-","");
1576                 $("#" + fieldID).val("");
1577             });
1578
1579             // Confirm cancellation of hold
1580             let cancel_link;
1581             $(".cancel-hold").on("click",function(e) {
1582                 e.preventDefault;
1583                 cancel_link = $(this);
1584                 $('#cancelModal').modal();
1585                 return false;
1586             });
1587             $("#cancelModalConfirmBtn").on("click",function(e) {
1588                 let link;
1589                 if(cancel_link.data('bulk')) {
1590                     [% SET data_url = 'biblionumber=' _ biblionumbers.join('&biblionumber=') %]
1591                     link = `request.pl?[% data_url | url %]&amp;action=cancelBulk&amp;ids=${$('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id')).join(',')}`;
1592                 } else {
1593                     let borrowernumber = cancel_link.data('borrowernumber');
1594                     let biblionumber = cancel_link.data('biblionumber');
1595                     let reserve_id = cancel_link.data('id');
1596                     link = `request.pl?action=cancel&amp;borrowernumber=${ borrowernumber }&amp;biblionumber=${ biblionumber }&amp;reserve_id=${ reserve_id }`;
1597                 }
1598                 let reason = $("#modal-cancellation-reason").val();
1599                 if ( reason ) {
1600                     link += "&amp;cancellation-reason=" + reason
1601                 }
1602                 window.location.href = link;
1603                 return false;
1604             });
1605
1606             [% UNLESS ( patron || patron.borrowernumber || borrowers || noitems || nobiblio ) %]
1607                 [% IF ( PatronAutoComplete ) %]
1608                     patron_autocomplete($("#search_patron_filter"), { 'link-to': 'reserve', 'url-params': '[% url_biblio_params | url %]' });
1609                 [% END %]
1610             [% END %]
1611
1612             Sticky = $("#toolbar");
1613             Sticky.hcSticky({
1614                 stickTo: "#existing_holds",
1615                 stickyClass: "floating"
1616             });
1617
1618             if(!localStorage.selectedHolds  || document.referrer.replace(/\?.*/, '') !== document.location.origin+document.location.pathname) {
1619                 localStorage.selectedHolds = [];
1620             }
1621
1622             $('.holds_table .select_hold').each(function() {
1623                 if(localStorage.selectedHolds.includes($(this).data('id'))) {
1624                     $(this).prop('checked', true);
1625                 }
1626             });
1627
1628             $('.holds_table .select_hold_all').each(function() {
1629                 var table = $(this).parents('.holds_table');
1630                 var count = $('.select_hold:not(:checked)', table).length;
1631                 $('.select_hold_all', table).prop('checked', !count);
1632             });
1633
1634             $('.cancel_selected_holds').html(MSG_CANCEL_SELECTED.format($('.holds_table .select_hold:checked').length));
1635
1636             $('.holds_table .select_hold_all').click(function() {
1637                 var table = $(this).parents('.holds_table');
1638                 var count = $('.select_hold:checked', table).length;
1639                 $('.select_hold', table).prop('checked', !count);
1640                 $(this).prop('checked', !count);
1641                 $('.cancel_selected_holds').html(MSG_CANCEL_SELECTED.format($('.holds_table .select_hold:checked').length));
1642                 localStorage.selectedHolds = $('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id'));
1643             });
1644
1645             $('.holds_table .select_hold').click(function() {
1646                 var table = $(this).parents('.holds_table');
1647                 var count = $('.select_hold:not(:checked)', table).length;
1648                 $('.select_hold_all', table).prop('checked', !count);
1649                 $('.cancel_selected_holds').html(MSG_CANCEL_SELECTED.format($('.holds_table .select_hold:checked').length));
1650                 localStorage.selectedHolds = $('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id'));
1651             });
1652
1653             $('.cancel_selected_holds').click(function(e) {
1654                 e.preventDefault();
1655                 if($('.holds_table .select_hold:checked').length) {
1656                     cancel_link = $(this);
1657                     delete localStorage.selectedHolds;
1658                     $('#cancelModal').modal();
1659                 }
1660                 return false;
1661             });
1662         });
1663     </script>
1664
1665     <script>
1666         table_settings = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
1667     </script>
1668
1669     [% 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' %]
1670     <script>
1671         $(document).ready(function() {
1672             $("#holds_patronsearch").on("submit", filter);
1673         });
1674         $('.printholdslip').click(function(){
1675                 var reserve_id = $(this).attr('data-reserve_id');
1676                 window.open("/cgi-bin/koha/circ/hold-transfer-slip.pl?reserve_id=" + reserve_id);
1677                 return false;
1678         })
1679     </script>
1680 [% END %]
1681
1682 [% INCLUDE 'intranet-bottom.inc' %]