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 <lisetteslatah@gmail.com>

Signed-off-by: Liz Rea <wizzyrea@gmail.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Christopher Brannon 2018-11-01 21:08:19 +00:00 committed by Nick Clemens
parent 48787acc6f
commit 230905e1d5

View file

@ -175,7 +175,7 @@
[% END %]
<!-- case of a mistake in transfer loop -->
[% IF ( WrongTransfer ) %]
[% IF ( WrongTransfer && !transfertodo ) %]
<div id="return2" class="dialog message">
<!-- WrongTransfer -->
<h3>Please return item to: [% Branches.GetName( TransferWaitingAt ) | html %]</h3>