https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40158 --- Comment #1 from Christopher Brannon <cbrannon@cdalibrary.org> --- I am suspect of the bug 36586 patch section that reads: [% IF Koha.Preference('SelfCheckReceiptPrompt') %] var confirmStart = Date.now(); confirmModal("", _("Would you like to print a receipt?"), _("Print receipt and end session"), _("End session"), function(result) { - if ( result && (Date.now() - confirmStart) < [% SelfCheckTimeout | html %] ) { + if ( result && (Date.now() - confirmStart) < [% Koha.Preference('SelfCheckTimeout') | html %] ) { var win = window.open("/cgi-bin/koha/sco/printslip.pl?print=qslip"); location.href = '/cgi-bin/koha/sco/sco-main.pl?op=logout'; } else { location.href = '/cgi-bin/koha/sco/sco-main.pl?op=logout'; } }) - sco_init(); [% ELSE %] location.href = '/cgi-bin/koha/sco/sco-main.pl?op=logout'; [% END %] -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.