From 2c891b7f348cf8bc057887b316e3a1351370665b 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 9495ff33497..bb8f37e9912 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 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 id = 'branchcode' label = t('Destination library') %] - - [% ELSE %] - - [% END %] - [% END %] - [% END #ill_select_field %] -
    2. -
    -
    -
    Cancel -- 2.30.2