@@ -, +, @@ father 1) Create a new patron who is assumed to have a guarantor or modify the existing one. 2) Under "Guarantor Information" click on "Search to add" button. After performing the search, select a user to act as guarantor. Don't use the dropdown menu to select a relationship. Save your changes. 3) Observe that relationship is set as "father". 4) Apply the patch. 5) Repeat steps 1 and 2. 6) Observe that it doesn't allow you to save the form until you pick a relationship type. --- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -474,12 +474,14 @@ legend:hover {
  • - - + [% FOREACH pr IN possible_relationships.split('\|') %] [% END %] + Required
  • @@ -510,12 +512,14 @@ legend:hover {
  • - - + [% FOREACH pr IN possible_relationships.split('\|') %] [% END %] + Required
  • --