From 7ac558d3babc197a9d8e9149ae5bd2db829c84d5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 11 Mar 2025 11:14:05 +0000 Subject: [PATCH] Bug 39189: (follow-up) Add a missing container to patron entry form --- .../prog/en/modules/members/memberentrygen.tt | 121 +++++++++--------- 1 file changed, 62 insertions(+), 59 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 8aa21cf19f7..f94d479da5e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1298,65 +1298,68 @@ Patron account flags -

Setting a value here will prevent patron from circulating materials and placing holds on the OPAC

-
    - [% UNLESS nogonenoaddress %] -
  1. - - [% IF CAN_user_circulate_manage_restrictions %] - - - [% ELSE %] - [% IF borrower_data.gonenoaddress %]Yes[% ELSE %]No[% END %] - [% END # /IF CAN_user_circulate_manage_restrictions %] - [% IF mandatorygonenoaddress %] - Required - [% END %] -
  2. - [% END # /UNLESS nogonenoaddress %] - [% UNLESS nolost %] -
  3. - - [% IF CAN_user_circulate_manage_restrictions %] - - - [% ELSE %] - [% IF borrower_data.lost %]Yes[% ELSE %]No[% END %] - [% END # /IF CAN_user_circulate_manage_restrictions %] - [% IF mandatorylost %] - Required - [% END %] -
  4. - [% END # /UNLESS nogonenoaddress %] -
+
+

Setting a value here will prevent patron from circulating materials and placing holds on the OPAC

+
    + [% UNLESS nogonenoaddress %] +
  1. + + [% IF CAN_user_circulate_manage_restrictions %] + + + [% ELSE %] + [% IF borrower_data.gonenoaddress %]Yes[% ELSE %]No[% END %] + [% END # /IF CAN_user_circulate_manage_restrictions %] + [% IF mandatorygonenoaddress %] + Required + [% END %] +
  2. + [% END # /UNLESS nogonenoaddress %] + [% UNLESS nolost %] +
  3. + + [% IF CAN_user_circulate_manage_restrictions %] + + + [% ELSE %] + [% IF borrower_data.lost %]Yes[% ELSE %]No[% END %] + [% END # /IF CAN_user_circulate_manage_restrictions %] + [% IF mandatorylost %] + Required + [% END %] +
  4. + [% END # /UNLESS nogonenoaddress %] +
+
+ [% END %] -- 2.39.5