Bug 6906: Add the warning message to the batch checkout
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
58501eb4d4
commit
da8123326e
1 changed files with 4 additions and 0 deletions
|
@ -199,6 +199,10 @@ $(document).ready(function() {
|
|||
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron. The hold will be overridden, but not cancelled.</li>
|
||||
[% END %]
|
||||
[% END %]
|
||||
|
||||
[% IF checkout_info.PREVISSUE %]
|
||||
<li>This item has previously been checked out to this patron.</li>
|
||||
[% END %]
|
||||
</ul>
|
||||
[% END %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue