27 Jul
2023
27 Jul
'23
6:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15869 David Roberts <david.roberts@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.roberts@ptfs-europe.c | |om --- Comment #25 from David Roberts <david.roberts@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.