https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18321
--- Comment #11 from Marc Véron <[email protected]> --- To reproduce, set following sysprefs: - ConsiderOnSiteCheckoutsAsNormalCheckouts: Consider - SwitchOnSiteCheckouts: Switch That triggers a $delta with value 1 to be added to $max_checkouts_allowed in C4/Circulation.pm line 485, allowing one more checkout. I could not figure out what this $delta stands for. It has a value of 1 if SwitchOnSiteCheckouts is set to 'Switch', otherwise it is 0. -- 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] http://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/
