From 4d0bacc2778ae8950090032be4537e1f4fec8377 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 20 Jun 2022 07:03:17 +0000 Subject: [PATCH] Bug 30925: Fix category parameter for addbybiblionumber In bug 28959 category was replaced in favor of public. But unfortunately a few places were missed. This fixes the addbybiblionumber templates. Test plan: Add a biblio to a list from the search results using the Add to or Add to list button on OPAC/intranet. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/virtualshelves/addbybiblionumber.tt | 6 +++--- .../bootstrap/en/modules/opac-addbybiblionumber.tt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt index 252357f6a4..785a0d43ba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt @@ -95,9 +95,9 @@
  • - + +
  • diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt index c79ee3d2a4..8b8cb42576 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt @@ -79,10 +79,10 @@ - + [% IF (OpacAllowPublicListCreation) %] - + [% END %] -- 2.34.1