4 May
2016
4 May
'16
8:44 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 51218 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51218&action=edit Bug 16441: Do not use a package variable to cache C4::Letters::getletter C4::Letters::getletter use a package variable (%letter) to cache letter returned by the subroutine. I have not found any direct issues caused by that but it is safer to remove it. It won't be a big deal to hit the DBMS to get a valid letter when needed. No test plan here, just confirm that the changes make sense. -- You are receiving this mail because: You are watching all bug changes.