Bug 29216: Correct --where documentation in update_patrons_category.pl

This patch removes two misleading examples of the --where parameter
documentation in update_patrons_category.pl

To test:

1. Apply patch
2. In your favourite text editor, open misc/cronjobs/update_patrons_category.pl
3. Look for the documentation for the --where parameter (around line 133 or so)
4. Make sure the examples and their explanations make sense
5. Sign off :)

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Caroline Cyr La Rose 2021-10-15 10:03:52 -04:00 committed by Jonathan Druart
parent 751cae0ef8
commit a0725b12a8

View file

@ -138,12 +138,6 @@ e.g.
--where 'email IS NULL'
will update all patrons with no value for email
--where 'categorycode LIKE "%CHILD"'
will update all patrons with a category ending in CHILD.
--where 'categorycode LIKE RESIDENT%'
will update all patrons whose category does not begin with RESIDENT.
=back
=head1 DESCRIPTION