The reserves and old_reserves table schemas have typos in the comments for the item_level_hold field. The comments say "Is the hpld placed at item level" but it should be "Is the hold placed at item level". The typo is in the 21.05, 20.11, 20.05 and 19.11 versions. http://schema.koha-community.org/21_05/tables/reserves.html http://schema.koha-community.org/21_05/tables/old_reserves.html
Created attachment 146176 [details] [review] Bug 28674: Fix typo 'hlpd' in schema comments Fixes the lines for old_reserves.item_level_hold and reserves.item_level_hold comments to read 'hold' instead of 'hpld' To test: * The easiest way to verify this change is by looking at the patch itself
Created attachment 146268 [details] [review] Bug 28674: Fix typo 'hlpd' in schema comments Fixes the lines for old_reserves.item_level_hold and reserves.item_level_hold comments to read 'hold' instead of 'hpld' To test: * The easiest way to verify this change is by looking at the patch itself Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 146325 [details] [review] Bug 28674: Fix typo 'hlpd' in schema comments Fixes the lines for old_reserves.item_level_hold and reserves.item_level_hold comments to read 'hold' instead of 'hpld' To test: * The easiest way to verify this change is by looking at the patch itself Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work, thanks everyone! Pushed to 22.11.x for the next release.