@@ -, +, @@ - Click "Add guarantee" - Confirm that the part of the form for adding a guarantee looks correct. - Confirm that the new patron information is saved correctly. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 8 ++++---- 1 file changed, 4 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 @@ -443,11 +443,11 @@ legend:hover { [% END # END relationships foreach %] [% IF guarantor && (!relationships) %] -
+
  1. - Patron card number: - [% guarantor.cardnumber | html %] + Guarantor: + [% guarantor.firstname | html %] [% guarantor.surname | html %] ([% guarantor.cardnumber | html %])
  2. @@ -473,7 +473,7 @@ legend:hover {
  3. - Remove + Remove
--