Lines 5-10
Link Here
|
5 |
[% USE Branches %] |
5 |
[% USE Branches %] |
6 |
[% USE ItemTypes %] |
6 |
[% USE ItemTypes %] |
7 |
[% USE AuthorisedValues %] |
7 |
[% USE AuthorisedValues %] |
|
|
8 |
[% USE Price %] |
8 |
[% SET footerjs = 1 %] |
9 |
[% SET footerjs = 1 %] |
9 |
[% SET article_requests_view = 1 %] |
10 |
[% SET article_requests_view = 1 %] |
10 |
[% SET biblionumber = biblio.biblionumber %] |
11 |
[% SET biblionumber = biblio.biblionumber %] |
Lines 143-149
Link Here
|
143 |
</form> |
144 |
</form> |
144 |
[% ELSE %] |
145 |
[% ELSE %] |
145 |
[% IF biblio.can_article_request( patron ) %] |
146 |
[% IF biblio.can_article_request( patron ) %] |
146 |
|
147 |
[% IF article_request_fee > 0 %] |
|
|
148 |
<div class="dialog alert"> |
149 |
Patron will be charged with <strong>[% article_request_fee | $Price %]</strong> for every request |
150 |
</div> |
151 |
[% END %] |
147 |
<form id="place-article-request" method="post" action="/cgi-bin/koha/circ/request-article.pl"> |
152 |
<form id="place-article-request" method="post" action="/cgi-bin/koha/circ/request-article.pl"> |
148 |
<input type="hidden" name="action" value="create" /> |
153 |
<input type="hidden" name="action" value="create" /> |
149 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblio.biblionumber | html %]" /> |
154 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblio.biblionumber | html %]" /> |