@@ -, +, @@ - Add a serial subscription with a link to a vendor - Check the subscription detail page for the name and link to the vendor - Check that the link works correctly --- .../prog/en/modules/serials/subscription-detail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -91,7 +91,7 @@ $(document).ready(function() {
  1. Subscription ID: [% subscriptionid %]
  2. Librarian identity: [% librarian %]
  3. -
  4. Vendor: [% aqbooksellername %]
  5. +
  6. Vendor: [% aqbooksellername %]
  7. Biblio: [% bibliotitle %] ([% bibnum %])
  8. [% IF ( branchcode ) %]
  9. Library: [% branchcode %]
  10. [% END %] [% IF ( serialsadditems ) %] --