[Koha-bugs] [Bug 15869] Change framework on overlay

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 27 18:36:38 CEST 2023


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

David Roberts <david.roberts at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.roberts at ptfs-europe.c
                   |                            |om

--- Comment #25 from David Roberts <david.roberts at ptfs-europe.com> ---
I'm pretty sure that 

$overlay_framework = undef if $overlay_framework = '_USE_ORIG';

needs to be 

$overlay_framework = undef if $overlay_framework == '_USE_ORIG';

The import fails until this is changed.

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


More information about the Koha-bugs mailing list