]> 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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Mon, 5 Jun 2017 12:41:09 +0000 (14:41 +0200)
commited4946ad4027e5a0da62e7f67387bd446d75d920
tree66db92bc60c9633792eff94c47e80824a3394277
parent134554f448b4a09210edbb65520d7d95163ccde5
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: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 7249351f120f3bd02d7f7829af10bd89cae490dc)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/ImportBatch.pm