From 240f57881de6197f64229a55a969992712684703 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 8 Aug 2020 13:30:35 +0000 Subject: [PATCH] Bug 25879: (follow-up) Update overlooked guarantor markup This patch updates another section of guarantor markup which should have been updated with the others. To test, apply the patch and locate an adult patron. - 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(-) 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 e0e8902c52..3c218b00ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/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
-- 2.11.0