Lines 1-3
Link Here
|
|
|
1 |
[% USE KohaBranchName %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Serials › Details for subscription #[% subscriptionid %]</title> |
3 |
<title>Koha › Serials › Details for subscription #[% subscriptionid %]</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 101-107
$(document).ready(function() {
Link Here
|
101 |
<li><span class="label">Librarian identity:</span> [% librarian %]</li> |
102 |
<li><span class="label">Librarian identity:</span> [% librarian %]</li> |
102 |
<li><span class="label">Vendor:</span> <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% aqbooksellerid %]">[% aqbooksellername %]</a></li> |
103 |
<li><span class="label">Vendor:</span> <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% aqbooksellerid %]">[% aqbooksellername %]</a></li> |
103 |
<li><span class="label">Biblio:</span> <a href="/cgi-bin/koha/catalogue/[% default_bib_view %].pl?biblionumber=[% bibnum %]">[% bibliotitle %]</a> <i>([% bibnum %])</i></li> |
104 |
<li><span class="label">Biblio:</span> <a href="/cgi-bin/koha/catalogue/[% default_bib_view %].pl?biblionumber=[% bibnum %]">[% bibliotitle %]</a> <i>([% bibnum %])</i></li> |
104 |
[% IF ( branchcode ) %]<li><span class="label">Library:</span> [% branchcode %]</li>[% END %] |
105 |
[% IF ( branchcode ) %]<li><span class="label">Library:</span> [% branchcode | $KohaBranchName %]</li>[% END %] |
105 |
[% IF ( serialsadditems ) %] |
106 |
[% IF ( serialsadditems ) %] |
106 |
<li><span class="label">Items:</span> Serial receipt creates an item record.</li> |
107 |
<li><span class="label">Items:</span> Serial receipt creates an item record.</li> |
107 |
[% ELSE %] |
108 |
[% ELSE %] |
108 |
- |
|
|