[Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 10 16:15:46 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Patch doesn't apply

--- Comment #33 from Paul Poulain <paul.poulain at biblibre.com> 2012-02-10 15:15:46 UTC ---
My pre-applypatch says the Signed patch is wrong:

Global symbol "$error" requires explicit package name at catalogue/export.pl
line 56.
catalogue/export.pl had compilation errors.

(just tried on uptodate master)

Seems relevant as the patch adds
+            elsif ($format =~ /marcstd/) {
+                C4::Charset::SetUTF8Flag($marc,1);
+                ($error,$marc) = marc2marc($marc, 'marcstd',
C4::Context->preference('marcflavour'));
+            }

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list