Bug 11017

Summary: neworderempy.pl strip 952 field (Marc21) but not 995 (Unimarc)
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Mathieu Saby 2013-10-08 11:17:53 UTC
neworderempy.pl strip 952 field (Marc21) but not 995 (Unimarc)
I suppose it should do, depending on marcflavor

foreach my $item ($marcrecord->field('952')) {
        $marcrecord->delete_field($item);
    }

M. Saby
Comment 1 Mathieu Saby 2013-10-10 15:23:33 UTC
I think this part of code is only executed when a record is imported with z3950

M. Saby
Comment 2 Katrin Fischer 2015-06-07 10:23:40 UTC
I think this can now be solved with the .xsl templates for z39.50 servers. Should the bit of code be removed?