Bug 20893: batchRebuildItemsTables.pl has incorrect parameter
authorNick Clemens <nick@bywatersolutions.com>
Thu, 7 Jun 2018 14:03:11 +0000 (14:03 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 2 Jul 2018 08:08:50 +0000 (09:08 +0100)
commit737702f9756f89f6f75b2a3323e03738234fa143
tree674631a3dd86920d36abdcaf13b8b5bf01bc8694
parent73f37b3a561efe61832bde372ffc42fb9dd47f54
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>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
misc/batchRebuildItemsTables.pl