e0c43b5825
Now you will abble to search subscriptions by additional fields. The additional field values will be displayed in the table results. Test plan: - go on the subscriptions advanced search page (serials/serials-search.pl). - verify all searchable additional fields are displayed on the form. - combine 1 or more values and verify results are consistent. - verify the values are displayed in new columns of the table. - for field linked to an authorised value category, the description is displayed (not the code). Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
[% IF ( subscriptionid ) %]
|
|
<ul>
|
|
<li><a href="serials-collection.pl?subscriptionid=[% subscriptionid %]">Serial collection</a></li>
|
|
[% UNLESS closed %]
|
|
[% IF ( routing && CAN_user_serials_routing ) %]
|
|
[% IF ( hasRouting ) %]
|
|
<li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid %]">Edit routing list</a></li>
|
|
[% ELSE %]
|
|
<li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid %]&op=new">Create routing list</a></li>
|
|
[% END %]
|
|
[% END %]
|
|
[% END %]
|
|
</ul>
|
|
[% END %]
|
|
|
|
<ul>
|
|
[% IF ( CAN_user_serials_claim_serials ) %]
|
|
<li><a href="/cgi-bin/koha/serials/claims.pl">Claims</a></li>
|
|
[% END %]
|
|
[% IF ( CAN_user_serials_check_expiration ) %]
|
|
<li><a href="/cgi-bin/koha/serials/checkexpiration.pl">Check expiration</a></li>
|
|
[% END %]
|
|
<li>
|
|
<a href="/cgi-bin/koha/serials/subscription-frequencies.pl">
|
|
Manage frequencies
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/cgi-bin/koha/serials/subscription-numberpatterns.pl">
|
|
Manage numbering patterns
|
|
</a>
|
|
</li>
|
|
<li><a href="/cgi-bin/koha/serials/add_fields.pl">Add subscription fields</a></li>
|
|
</ul>
|