https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25791
--- Comment #3 from Lucas Gass <[email protected]> --- 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. _______________________________________________ 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/
