Bug 6520: Display items for staged record
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 27 Mar 2015 12:36:05 +0000 (13:36 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 16 Apr 2015 16:40:46 +0000 (13:40 -0300)
commit4d8dd344aecad265393ac0549e59bf9a439d2c32
tree80abf23ef46e182a883f0ecec6f7a25b1a912bf6
parent4a0bfafb13ab317711bb688ae22973222ca9dab2
Bug 6520: Display items for staged record

When records are imported into Koha, the items is stored into the
import_items table.
This marcxml in this table is never retrieved to display items.

Test plan:
1/ Import a records with items
2/ Before importing the batch into the catalog, you can see the marc
of the records, in the table below.
3/ Verify that the items is correctly displayed.

QA note: This patch does not provide test for new subroutines but the
module (C4::ImportBatch) is not tested at all and it will be time
consuming to provide them.

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/ImportBatch.pm
catalogue/showmarc.pl