[Koha-bugs] [Bug 10906] Reimported records into Koha are imported only as DEFAULT frameworks, not what they were originally

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 23 15:59:11 CET 2015


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

--- Comment #3 from Jacek Ablewicz <ablewicz at gmail.com> ---
Created attachment 37126
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37126&action=edit
Bug 10906 - Reimported records into Koha are imported only as DEFAULT
frameworks, not what they were originally

Existing framework code is currently not retained when local record
gets replaced during batch import, or when the restore/reverse function
is being used.

This patch fixes aforementioned issues by correcting outdated GetBiblio()
calls in C4/ImportBatch.pm

To test:

1/ try to replicate the issue: import some MARC records with
"Tools -> Stage MARC records for import" etc., using test setup,
matching rules and so on such that some existing records will get
replaced with imported ones
2/ observe that records replaced during import now open in the editor
with 'Default' framework, even if they have some other framework
set up previously
3/ apply patch
4/ redo 1/, confirming that this problem is no longer replicable
5/ try use 'restore' function with some freshly imported
records, ensure that original framework code got retained
in the records which had their imports reverted

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list