https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15438
--- Comment #14 from Jonathan Druart <[email protected]> --- (In reply to Colin Campbell from comment #12) > The logic in C4::Circulation is that causes are returned in Uppercase and > data associated with causes are in lower case (In some cases the data is > still appearing as hash elemrnts of the uppercase entry but in these cases > the case distinction holds) Its a godawful design - but by wrapping the call > in a rtn that drops any lowercase "pseudo" causes we can fix the bug in hand. This is really awkward indeed :) I'd prefer to list all the available error codes and add a big warning to CanBookBeIssued to inform the devs that this white-list need to be updated as well. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
