https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42200
--- Comment #9 from David Cook <[email protected]> --- And the sci-main.pl... it does this: 112 my $timeout = C4::Context->preference('SelfCheckInTimeout') || 120; 113 $template->param( refresh_timeout => $timeout ); opac/sci/sci-main.pl And it just compares those seconds against an "idleTime" counter that incremented every 1000 milliseconds -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
