15 Jul
2020
15 Jul
'20
11:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25791 --- Comment #3 from Lucas Gass <lucas@bywatersolutions.com> --- I believe this is because of some duplication of code in sco-main.tt: var win = window.open("/cgi-bin/koha/sco/printslip.pl?borrowernumber=[% borrowernumber | html %]&print=qslip"); win.print(); If we use window.open, which opens a print dialog then we do not need to also have win.print() -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.