[Koha-bugs] [Bug 33412] New: Problem importing records (bug 15869 follow-up) wrong use of assignment

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 4 21:11:15 CEST 2023


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 at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list