[Koha-bugs] [Bug 25791] SCO print dialog pops up twice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 16 00:27:05 CEST 2020


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

--- Comment #3 from Lucas Gass <lucas at 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.


More information about the Koha-bugs mailing list