umm...biblionumber only has one m
Created attachment 75882 [details] [review] Bug 20893: batchRebuildItemsTables.pl has incorrect parameter To test: 1 - run batchRebuildItemsTables.pl with a valid biblionumber perl /usr/share/koha/bin/batchRebuildItemsTables.pl --where biblio.biblionumber=38483 -c 2 - Note it says 'undefined biblionumber 3 - Apply patch 4 - Do it again 5 - It works!
Created attachment 76165 [details] [review] Bug 20893: batchRebuildItemsTables.pl has incorrect parameter To test: 1 - run batchRebuildItemsTables.pl with a valid biblionumber perl /usr/share/koha/bin/batchRebuildItemsTables.pl --where biblio.biblionumber=38483 -c 2 - Note it says 'undefined biblionumber 3 - Apply patch 4 - Do it again 5 - It works! Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 76378 [details] [review] Bug 20893: batchRebuildItemsTables.pl has incorrect parameter To test: 1 - run batchRebuildItemsTables.pl with a valid biblionumber perl /usr/share/koha/bin/batchRebuildItemsTables.pl --where biblio.biblionumber=38483 -c 2 - Note it says 'undefined biblionumber 3 - Apply patch 4 - Do it again 5 - It works! Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
This was broken by bug 19040. The fix needs to be backported in 18.05.x and 17.11.x
Awesome work all! Pushed to master for 18.11
Pushed to 18.05.x for 18.05.02
Pushed to 17.11.x for 17.11.08
Depends on Bug 19040 not in 17.05.x