Browse Source

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>
21.11.x
Caroline Cyr La Rose 3 years ago
committed by Jonathan Druart
parent
commit
a0725b12a8
  1. 6
      misc/cronjobs/update_patrons_category.pl

6
misc/cronjobs/update_patrons_category.pl

@ -138,12 +138,6 @@ e.g.
--where 'email IS NULL' --where 'email IS NULL'
will update all patrons with no value for email 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 =back
=head1 DESCRIPTION =head1 DESCRIPTION

Loading…
Cancel
Save