]> git.koha-community.org Git - koha.git/commit
Bug 9509 - batchMod.pl does not ensure each barcode is unique
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Jan 2013 17:44:32 +0000 (12:44 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Wed, 6 Feb 2013 19:35:52 +0000 (08:35 +1300)
commitec79cbfc12bc289d856533cefeea8f949ca23a33
treebbde7e4ea4d8962179171d72a5054ecf066ac737
parent401ae9557a62ac43e1c98b19da36a5991ddb4536
Bug 9509 - batchMod.pl does not ensure each barcode is unique

Test plan:
1) Browse to Tools › Batch item deletion
2) Enter a list of barcodes, make sure you have at
   least one barcode listed more than once
3) Click continue
4) Verify the duplicated barcode shows up multiple times in the table
5) Apply patch
6) Refresh the page
7) Verify each barcode now displays only once

Signed-off-by: Liz Rea <liz@catalyst.net.nz>
verified bug and fix - both good.

Nice test plan, thanks!

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
tools/batchMod.pl