|
Lines 443-448
Link Here
|
| 443 |
From any library |
443 |
From any library |
| 444 |
</option> |
444 |
</option> |
| 445 |
|
445 |
|
|
|
446 |
[% IF holdallowed == 3 %] |
| 447 |
<option value="3" selected="selected"> |
| 448 |
[% ELSE %] |
| 449 |
<option value="3"> |
| 450 |
[% END %] |
| 451 |
From local hold group |
| 452 |
</option> |
| 453 |
|
| 446 |
[% IF holdallowed == 1 %] |
454 |
[% IF holdallowed == 1 %] |
| 447 |
<option value="1" selected="selected"> |
455 |
<option value="1" selected="selected"> |
| 448 |
[% ELSE %] |
456 |
[% ELSE %] |
|
Lines 478-483
Link Here
|
| 478 |
</option> |
486 |
</option> |
| 479 |
[% END %] |
487 |
[% END %] |
| 480 |
|
488 |
|
|
|
489 |
[% IF hold_fulfillment_policy == 'holdgroup' %] |
| 490 |
<option value="holdgroup" selected="selected"> |
| 491 |
item's hold group |
| 492 |
</option> |
| 493 |
[% ELSE %] |
| 494 |
<option value="holdgroup"> |
| 495 |
item's hold group |
| 496 |
</option> |
| 497 |
[% END %] |
| 498 |
|
| 481 |
[% IF hold_fulfillment_policy == 'homebranch' %] |
499 |
[% IF hold_fulfillment_policy == 'homebranch' %] |
| 482 |
<option value="homebranch" selected="selected"> |
500 |
<option value="homebranch" selected="selected"> |
| 483 |
item's home library |
501 |
item's home library |
|
Lines 619-629
Link Here
|
| 619 |
[% END %] |
637 |
[% END %] |
| 620 |
|
638 |
|
| 621 |
<div id="refund-lost-item-fee-on-return" class="container"> |
639 |
<div id="refund-lost-item-fee-on-return" class="container"> |
| 622 |
[% IF current_branch == '*' %] |
640 |
[% IF current_branch == '*' %] |
| 623 |
<h3>Default lost item fee refund on return policy</h3> |
641 |
<h3>Default lost item fee refund on return policy</h3> |
| 624 |
[% ELSE %] |
642 |
[% ELSE %] |
| 625 |
<h3>Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %]</h3> |
643 |
<h3>Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %]</h3> |
| 626 |
[% END %] |
644 |
[% END %] |
| 627 |
<p>Specify the default policy for lost item fees on return. |
645 |
<p>Specify the default policy for lost item fees on return. |
| 628 |
</p> |
646 |
</p> |
| 629 |
<form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> |
647 |
<form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> |
|
Lines 709-714
Link Here
|
| 709 |
</p> |
727 |
</p> |
| 710 |
<ul> |
728 |
<ul> |
| 711 |
<li><strong>From any library:</strong> Patrons from any library may put this item on hold. <cite>(default if none is defined)</cite></li> |
729 |
<li><strong>From any library:</strong> Patrons from any library may put this item on hold. <cite>(default if none is defined)</cite></li> |
|
|
730 |
<li><strong>From local hold group:</strong> Only patrons from libraries in the same item's home library hold groups may put this book on hold.</li> |
| 712 |
<li><strong>From home library:</strong> Only patrons from the item's home library may put this book on hold.</li> |
731 |
<li><strong>From home library:</strong> Only patrons from the item's home library may put this book on hold.</li> |
| 713 |
<li><strong>No holds allowed:</strong> No patron may put this book on hold.</li> |
732 |
<li><strong>No holds allowed:</strong> No patron may put this book on hold.</li> |
| 714 |
</ul> |
733 |
</ul> |
|
Lines 740-745
Link Here
|
| 740 |
<td> |
759 |
<td> |
| 741 |
[% IF holdallowed == 2 %] |
760 |
[% IF holdallowed == 2 %] |
| 742 |
<span>From any library</span> |
761 |
<span>From any library</span> |
|
|
762 |
[% ELSIF holdallowed == 3 %] |
| 763 |
<span>From local hold group</span> |
| 743 |
[% ELSIF holdallowed == 1 %] |
764 |
[% ELSIF holdallowed == 1 %] |
| 744 |
<span>From home library</span> |
765 |
<span>From home library</span> |
| 745 |
[% ELSE %] |
766 |
[% ELSE %] |
|
Lines 751-756
Link Here
|
| 751 |
<span>any library</span> |
772 |
<span>any library</span> |
| 752 |
[% ELSIF hold_fulfillment_policy == 'homebranch' %] |
773 |
[% ELSIF hold_fulfillment_policy == 'homebranch' %] |
| 753 |
<span>item's home library</span> |
774 |
<span>item's home library</span> |
|
|
775 |
[% ELSIF hold_fulfillment_policy == 'holdgroup' %] |
| 776 |
<span>item's hold group</span> |
| 754 |
[% ELSIF hold_fulfillment_policy == 'holdingbranch' %] |
777 |
[% ELSIF hold_fulfillment_policy == 'holdingbranch' %] |
| 755 |
<span>item's holding library</span> |
778 |
<span>item's holding library</span> |
| 756 |
[% END %] |
779 |
[% END %] |
|
Lines 781-786
Link Here
|
| 781 |
<td> |
804 |
<td> |
| 782 |
<select name="holdallowed"> |
805 |
<select name="holdallowed"> |
| 783 |
<option value="2">From any library</option> |
806 |
<option value="2">From any library</option> |
|
|
807 |
<option value="3">From local hold group</option> |
| 784 |
<option value="1">From home library</option> |
808 |
<option value="1">From home library</option> |
| 785 |
<option value="0">No holds allowed</option> |
809 |
<option value="0">No holds allowed</option> |
| 786 |
</select> |
810 |
</select> |
|
Lines 791-796
Link Here
|
| 791 |
any library |
815 |
any library |
| 792 |
</option> |
816 |
</option> |
| 793 |
|
817 |
|
|
|
818 |
<option value="holdgroup"> |
| 819 |
item's hold group |
| 820 |
</option> |
| 821 |
|
| 794 |
<option value="homebranch"> |
822 |
<option value="homebranch"> |
| 795 |
item's home library |
823 |
item's home library |
| 796 |
</option> |
824 |
</option> |
| 797 |
- |
|
|