]> git.koha-community.org Git - koha.git/commit
Bug 18611 - Create labels action fails in manage-marc-import.pl if an item has been...
authorNick Clemens <nick@bywatersolutions.com>
Tue, 16 May 2017 09:40:28 +0000 (05:40 -0400)
committerMason James <mtj@kohaaloha.com>
Sat, 29 Jul 2017 18:43:17 +0000 (06:43 +1200)
commit85ffebd9ecf71541c22b42f3d6fd08b8708d19d8
tree692cdeaa34f6f5750beb921e8a746071a25de207
parent8eee5b021be6f27b4171ed904abf918b79342992
Bug 18611 - Create labels action fails in manage-marc-import.pl if an item has been deleted from the import batch.

To test:
1 - Import a batch with some items
2 - Delete one of the imported items
3 - Browse to Tools->Staged MARC record management
4 - Click (Create label batch) for the batch you imported
5 - Recieve an error
6 - Apply patch
7 - Click (Create label batch)
8 - Batch is created with remaning items from the import

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/ImportBatch.pm