Lines 21-26
Link Here
|
21 |
[% END %] |
21 |
[% END %] |
22 |
[% END %] |
22 |
[% END %] |
23 |
|
23 |
|
|
|
24 |
[% BLOCK display_holdpatron_address %] |
25 |
[% IF Koha.Preference( 'AddressFormat' ) %] |
26 |
[% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] |
27 |
[% ELSE %] |
28 |
[% INCLUDE 'member-display-address-style-us.inc' %] |
29 |
[% END %] |
30 |
[% END %] |
31 |
|
24 |
[% INCLUDE 'doc-head-open.inc' %] |
32 |
[% INCLUDE 'doc-head-open.inc' %] |
25 |
<title>Koha › Circulation › Check in [% title |html %]</title> |
33 |
<title>Koha › Circulation › Check in [% title |html %]</title> |
26 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
34 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
Lines 227-239
$(document).ready(function () {
Link Here
|
227 |
<button type="submit" class="openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber %]&&branchcode=[% TransferWaitingAt %]&op=slip"><i class="fa fa-print"></i> Print transfer slip</button> |
235 |
<button type="submit" class="openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber %]&&branchcode=[% TransferWaitingAt %]&op=slip"><i class="fa fa-print"></i> Print transfer slip</button> |
228 |
<button class="deny" type="submit" onclick="window.location.href='/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&canceltransfer=1'"><i class="fa fa-times"></i> Cancel transfer</button> |
236 |
<button class="deny" type="submit" onclick="window.location.href='/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&canceltransfer=1'"><i class="fa fa-times"></i> Cancel transfer</button> |
229 |
[% IF ( wborcnum ) %]<h5>Hold for:</h5> |
237 |
[% IF ( wborcnum ) %]<h5>Hold for:</h5> |
230 |
<ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> |
238 |
<ul> |
|
|
239 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> |
231 |
[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span> </li> |
240 |
[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span> </li> |
232 |
<li>[% wborstnum %] [% wboraddress %][% IF ( wboraddress2 ) %]<br /> |
241 |
[% INCLUDE display_holdpatron_address %] |
233 |
[% wboraddress2 %]<br />[% END %] |
242 |
[% IF ( wborphone ) %]<li>[% wborphone %]</li>[% END %] |
234 |
[% wborcity %] [% wborzip %]</li> |
243 |
[% IF ( wboremail ) %]<li><a id="boremail" href="mailto:[% wboremail %]">[% wboremail %]</a></li>[% END %] |
235 |
[% IF ( wborphone ) %]<li>[% wborphone %]</li>[% END %] |
|
|
236 |
[% IF ( wboremail ) %]<li><a id="boremail" href="mailto:[% wboremail %]">[% wboremail %]</a></li>[% END %] |
237 |
</ul> |
244 |
</ul> |
238 |
|
245 |
|
239 |
<form method="post" action="returns.pl" class="confirm"> |
246 |
<form method="post" action="returns.pl" class="confirm"> |
Lines 273-292
$(document).ready(function () {
Link Here
|
273 |
[% END %] |
280 |
[% END %] |
274 |
|
281 |
|
275 |
<h4>Hold for:</h4> |
282 |
<h4>Hold for:</h4> |
276 |
|
283 |
<ul> |
277 |
<li> |
284 |
<li> |
278 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) |
285 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) |
279 |
<span class="patron-category"> - [% borcategory %]</span> |
286 |
<span class="patron-category"> - [% borcategory %]</span> |
280 |
</li> |
287 |
</li> |
281 |
|
288 |
[% INCLUDE display_holdpatron_address %] |
282 |
<li> |
|
|
283 |
[% borstnum %] [% boraddress %]<br /> |
284 |
[% IF ( boraddress2 ) %] |
285 |
[% boraddress2 %]<br /> |
286 |
[% END %] |
287 |
[% borcity %] [% borzip %] |
288 |
</li> |
289 |
|
290 |
[% IF ( borphone ) %] |
289 |
[% IF ( borphone ) %] |
291 |
<li> [% borphone %]</li> |
290 |
<li> [% borphone %]</li> |
292 |
[% END %] |
291 |
[% END %] |
Lines 302-307
$(document).ready(function () {
Link Here
|
302 |
[% IF ( gonenoaddress ) %] |
301 |
[% IF ( gonenoaddress ) %] |
303 |
<li class="error">Patron's address is in doubt</li> |
302 |
<li class="error">Patron's address is in doubt</li> |
304 |
[% END %] |
303 |
[% END %] |
|
|
304 |
</ul> |
305 |
|
305 |
|
306 |
[% IF ( transfertodo ) %] |
306 |
[% IF ( transfertodo ) %] |
307 |
<h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) %]</h4> |
307 |
<h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) %]</h4> |
Lines 358-366
$(document).ready(function () {
Link Here
|
358 |
<h4>Hold for: </h4> |
358 |
<h4>Hold for: </h4> |
359 |
<ul> |
359 |
<ul> |
360 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span> </li> |
360 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span> </li> |
361 |
<li>[% borstnum %] [% boraddress %]<br /> |
361 |
[% INCLUDE display_holdpatron_address %] |
362 |
[% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] |
|
|
363 |
[% borcity %] [% borzip %]</li> |
364 |
[% IF ( borphone ) %]<li>[% borphone %]</li>[% END %] |
362 |
[% IF ( borphone ) %]<li>[% borphone %]</li>[% END %] |
365 |
[% IF ( boremail ) %]<li>[% IF ( transfertodo ) %][% boremail %][% ELSE %]<a id="boremail" href="mailto:[% boremail %]">[% boremail %]</a>[% END %]</li>[% END %] |
363 |
[% IF ( boremail ) %]<li>[% IF ( transfertodo ) %][% boremail %][% ELSE %]<a id="boremail" href="mailto:[% boremail %]">[% boremail %]</a>[% END %]</li>[% END %] |
366 |
[% IF ( debarred ) %]<li class="error">Patron is RESTRICTED</li>[% END %] |
364 |
[% IF ( debarred ) %]<li class="error">Patron is RESTRICTED</li>[% END %] |
Lines 478-484
$(document).ready(function () {
Link Here
|
478 |
<h4>Notes: [% reservenotes %]</h4> |
476 |
<h4>Notes: [% reservenotes %]</h4> |
479 |
[% END %] |
477 |
[% END %] |
480 |
<h5>Hold for:</h5> |
478 |
<h5>Hold for:</h5> |
481 |
|
|
|
482 |
<li> |
479 |
<li> |
483 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> |
480 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> |
484 |
[% borsurname %], [% borfirstname %] |
481 |
[% borsurname %], [% borfirstname %] |
Lines 487-499
$(document).ready(function () {
Link Here
|
487 |
<span class="patron-category"> - [% borcategory %]</span> |
484 |
<span class="patron-category"> - [% borcategory %]</span> |
488 |
</li> |
485 |
</li> |
489 |
|
486 |
|
490 |
<li> |
487 |
[% INCLUDE display_holdpatron_address %] |
491 |
[% borstnum %] [% boraddress %]<br /> |
|
|
492 |
[% IF ( boraddress2 ) %] |
493 |
[% boraddress2 %]<br /> |
494 |
[% END %] |
495 |
[% borcity %] [% borzip %] |
496 |
</li> |
497 |
|
488 |
|
498 |
[% IF ( borphone ) %] |
489 |
[% IF ( borphone ) %] |
499 |
<li>[% borphone %]</li> |
490 |
<li>[% borphone %]</li> |
500 |
- |
|
|