https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38199
Bug ID: 38199
Summary: Printing transfer slips from circ/returns.pl doesn't
set focus properly ( 24.05.x and below )
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
This problem is fixed in main by Bug 35402. ( commit
5fe1ad8ac66072ef7e06d21d0ccc48d388ecaf79 )
- <button type="button"
data-dismiss="modal" class="btn btn-default" accesskey="y"><i class="fa
fa-check"></i> OK (Y)</button>
- <button type="button"
data-dismiss="modal" class="btn btn-default openWin"
data-url="transfer-slip.pl?transferitem=[% itemnumber | uri
%]&branchcode=[% transfer | uri %]&op=slip" accesskey="p"><i class="fa
fa-print"></i> Print slip (P)</button>
+ <button type="button"
data-bs-dismiss="modal" class="btn btn-default" accesskey="y"><i class="fa
fa-check"></i> OK (Y)</button>
+ <button type="button"
data-bs-dismiss="modal" class="btn btn-default print openWin"
data-url="transfer-slip.pl?transferitem=[% itemnumber | uri
%]&branchcode=[% transfer | uri %]&op=slip" accesskey="p"><i class="fa
fa-print"></i> Print slip (P)</button>
We need the same fix in 24.05.x and below.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/