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:
parent
48787acc6f
commit
230905e1d5
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
<!-- case of a mistake in transfer loop -->
|
<!-- case of a mistake in transfer loop -->
|
||||||
[% IF ( WrongTransfer ) %]
|
[% IF ( WrongTransfer && !transfertodo ) %]
|
||||||
<div id="return2" class="dialog message">
|
<div id="return2" class="dialog message">
|
||||||
<!-- WrongTransfer -->
|
<!-- WrongTransfer -->
|
||||||
<h3>Please return item to: [% Branches.GetName( TransferWaitingAt ) | html %]</h3>
|
<h3>Please return item to: [% Branches.GetName( TransferWaitingAt ) | html %]</h3>
|
||||||
|
|
Loading…
Reference in a new issue