https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9762
--- Comment #101 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 185825 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185825&action=edit Bug 9762: (follow-up) Fix failing CanBookBeIssued test The test was failing because: 1. IssuingInProcess preference was not explicitly set, affecting the code path for message logging 2. The patron category had a random noissuescharge value that overrode the system preference Fixed by: - Setting IssuingInProcess to 0 to ensure correct code path - Setting patron category noissuescharge to undef to use system preference Signed-off-by: Martin Renvoize <[email protected]> -- 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/
