[Koha-bugs] [Bug 25384] Label maker font list is not configurable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 17 02:34:52 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384

--- Comment #14 from David Cook <dcook at prosentient.com.au> ---
Created attachment 108378
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108378&action=edit
Bug 25384: Use dclone when copying font lookup hash

This patch includes the logic from Bug 25852. That is,
use dclone to copy the hash used as the font lookup.

While the original patch perfectly copied the top level
keys, the next level down were hash references (due to Perl's
inherent hash design), and changes to the 2nd level of depth
would be changes to these references which would impact
the original hash.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list