https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412 Bug ID: 33412 Summary: Problem importing records (bug 15869 follow-up) wrong use of assignment Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org $overlay_framework = undef if $overlay_framework = '_USE_ORIG'; should clearly be: $overlay_framework = undef if $overlay_framework eq '_USE_ORIG'; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.