Bug 6520: Display items for staged record
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 27 Mar 2015 12:36:05 +0000 (13:36 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 21 Apr 2015 23:06:42 +0000 (11:06 +1200)
commita98b1becee40fcd3060cd9aa759ecedb4d0ae06b
tree5633f80a7d35febb358a4147724a7387fdd9bf6c
parenta21185e978dbcec39128c191f484e0f5b0477c9d
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>
(cherry picked from commit 4d8dd344aecad265393ac0549e59bf9a439d2c32)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/ImportBatch.pm
catalogue/showmarc.pl