http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9452 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olli-antti.kivilahti@jns.fi --- Comment #8 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- This patch has made it difficult to create test cases where letter-table needs to be rapidly rebuilt. There is no way to invalidate the "our %letter" -cache, other than by calling %C4::Letters::letter = (); Which is quite hacky! This commit leads to VERY hard to debug problems! To fix this, the whole CRUD-mechanism for letter-handling needs to change. -- You are receiving this mail because: You are watching all bug changes.