From 77f6a1ef148548e82a68eb2dfac22fe3b16941cb Mon Sep 17 00:00:00 2001 From: Alexis Ripetti Date: Fri, 16 Jul 2021 11:43:44 -0400 Subject: [PATCH] Bug 28719: Change somes links in the serials page to avoid them leading to nothing To test: 1- Search for a serial 2- Pick one 3- Go to 'Serial collection' on the left 4- An issue should be selected if you're expected a new issue 5- delete it using 'Delete selected issues' 6- Confirm deletion 7- If you're supposed to receive more issues the next one should now be there 8- Now edit the serial ('Edit serials') 9- See that the link leads to nothing 10- Apply patch and redo steps 1 to 8 11- See that the link now leads to something Signed-off-by: kelly Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc | 2 +- .../intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc index fc0c26ec2e..1f3d48333a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc @@ -3,7 +3,7 @@
Serials
    [% IF ( subscriptionid ) %] -
  • Serial collection
  • +
  • Serial collection
  • [% UNLESS closed %] [% IF ( routing && CAN_user_serials_routing ) %] [% IF ( hasRouting ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt index e84e59908c..69575baacc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -135,7 +135,7 @@ [% END %] -[% IF ( years ) %]
    +[% IF ( years ) %]
      [% FOREACH year IN years %] -- 2.20.1