@@ -, +, @@ --- Koha/ILL/Backend/opac-includes/create.inc | 43 +++++++++++------------ 1 file changed, 21 insertions(+), 22 deletions(-) --- a/Koha/ILL/Backend/opac-includes/create.inc +++ a/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 --