Bug 11017 - neworderempy.pl strip 952 field (Marc21) but not 995 (Unimarc)
Summary: neworderempy.pl strip 952 field (Marc21) but not 995 (Unimarc)
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 11:17 UTC by Mathieu Saby
Modified: 2015-06-07 10:23 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?