From f65b2795d54818661db6693a00d116ea10401572 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 --- 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 6f9ca8a06fe..906f1cc8214 100644 --- a/Koha/ILL/Backend/opac-includes/create.inc +++ b/Koha/ILL/Backend/opac-includes/create.inc @@ -22,6 +22,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
    @@ -82,28 +103,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.39.2