From 146faf5d6783c95e91fba5456d2e9badd7a8c3d5 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 16 Feb 2018 08:15:31 +0000 Subject: [PATCH] Bug 18789: (QA follow-up) Use first_valid_email_address on Tranfers to receive page For consistancy with waitng reserves Test plan: 1) Have a hold for patron which need to be transfered, inititate transfer and go to target library 2) Go to Circulation -> transfers to receive page and you should see any first valid email for tha patron in column "On hold for" Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart --- .../prog/en/modules/circ/transferstoreceive.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt index 24326185c4..34834d2531 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt @@ -55,11 +55,11 @@ [% reser.patron.surname %][%IF ( reser.patron.firstname ) %], [% reser.patron.firstname %][% END %] [% IF ( reser.patron.phone ) %]
[% reser.patron.phone %][% END %] - [% IF ( reser.patron.email ) %] + [% IF ( reser.patron.first_valid_email_address ) %]
[% BLOCK subject %]Hold:[% END %] - - [% reser.patron.email %] + + [% reser.patron.first_valid_email_address %] [% END %] [% ELSE %] -- 2.39.2