[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
Tue Jan 2 00:38:18 CET 2024


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108378|0                           |1
        is obsolete|                            |

--- Comment #23 from David Nind <david at davidnind.com> ---
Created attachment 160391
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160391&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.

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list