From fe4be8be6e82dfb20e66dc1d5f3ce8e70ce9f041 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 7 May 2024 12:01:33 +0000 Subject: [PATCH] Bug 30579: (follow-up) Fix rebase of multi holds form and add CSRF This patch restores missing elemtns to multi-hold form and adds CSRF variables Signed-off-by: Katrin Fischer --- .../prog/en/modules/reserve/request.tt | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) 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. + +
-- 2.39.5