[Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 7 07:27:30 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116

--- Comment #47 from David Cook <dcook at 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.


More information about the Koha-bugs mailing list