From 1446b9cb5045c08f77285eba1eac65cb585bcbd7 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 8 Mar 2024 15:21:16 +0000 Subject: [PATCH] Bug 36221: Move patron section to top of create form Signed-off-by: Martin Renvoize Signed-off-by: Victor Grousset/tuxayo --- Koha/ILL/Backend/opac-includes/create.inc | 43 +++++++++++------------ 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/Koha/ILL/Backend/opac-includes/create.inc b/Koha/ILL/Backend/opac-includes/create.inc index b5adfd2d10..a00ab33185 100644 --- a/Koha/ILL/Backend/opac-includes/create.inc +++ b/Koha/ILL/Backend/opac-includes/create.inc @@ -21,6 +21,27 @@

Create a manual ILL request

[% INCLUDE 'csrf-token.inc' %] +
+ Patron options +
    +
  1. + [% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] + + [% ELSE %] + + [% END %] + [% END %] + [% END #ill_select_field %] +
  2. +
+
General details
    @@ -81,28 +102,6 @@ [% INCLUDE "${cwd}/shared-includes/forms/${type}.inc" %] [% END %] [% INCLUDE "${cwd}/shared-includes/custom_fields.inc" %] -
    - Patron options -
      -
    1. - [% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] - - [% ELSE %] - - [% END %] - [% END %] - [% END #ill_select_field %] -
    2. -
    -
    -
    Cancel -- 2.47.0