From 622383ebfd1150367b05edf87997ee06b8c66489 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Thu, 1 Nov 2018 21:08:19 +0000 Subject: [PATCH] Bug 21346: Remove double dialog To Test: 1) Place a hold on an item for pickup at another branch. 2) Check in item to trigger hold and transfer. 3) Check in item again without changing location. Note modal AND old dialog behind modal. 4) Apply patch. 5) Check in item again without changing location. Note modal without the old dialog. Signed-off-by: Lisette Signed-off-by: Liz Rea Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 0ccd19222e..d49b8e6bc7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -175,7 +175,7 @@ [% END %] -[% IF ( WrongTransfer ) %] +[% IF ( WrongTransfer && !transfertodo ) %]

Please return item to: [% Branches.GetName( TransferWaitingAt ) | html %]

-- 2.20.1 (Apple Git-117)