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

            Bug ID: 33692
           Summary: stage-marc-import.pl does not work regular when
                    importing marc files
 Change sponsored?: ---
           Product: Koha
           Version: 22.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Tools
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: me...@devinim.com.tr
        QA Contact: testo...@bugs.koha-community.org

stage-marc-import.pl does not work when importing marc files.

Problem is on the line 93 of the file
If we change the 
$overlay_framework = undef if $overlay_framework = '_USE_ORIG';
to
$overlay_framework = undef if ($overlay_framework == '_USE_ORIG');
will solve the issue

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to