https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 --- Comment #47 from David Cook <dcook@prosentient.com.au> --- Especially when I don't see a data-dismiss attribute on any other button on that page. If you're not transferring, then this is what the code looks like: <button type="submit" class="btn btn-default approve"> <i class="fa fa-check"></i> Confirm hold </button> <button type="submit" class="btn btn-default print" onclick="this.form.print_slip.value = 1; this.form.submit();"> <i class="fa fa-print"></i> Print slip and confirm </button> So I think the answer is probably what Kyle did on the other bug report? Although I admit I haven't tested the current stable code or master... this is just analysis based on an older version. -- You are receiving this mail because: You are watching all bug changes.