diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 6a2a696d79..533e169476 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1049,8 +1049,10 @@
Hold details
- - + [% INCLUDE 'csrf-token.inc' %] + + + [% FOREACH biblioloo IN biblioloop %] @@ -1061,6 +1063,44 @@ [% END %] [% END %] +
    + +
  1. + Patron: + [% IF ( patron.borrowernumber ) %] + [% INCLUDE 'patron-title.inc' patron => patron no_title => 1 hide_patron_infos_if_needed => 1 %] + [% ELSE %] + Not defined yet + [% END %] +
  2. + + +
  3. + + +
  4. +
  5. + + +
  6. + [% IF ( Koha.Preference('AllowHoldDateInFuture') ) %] +
  7. + + +
  8. + [% END %] + +
  9. + + +
  10. + +