https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25624 --- Comment #3 from Alex Arnaud <alex.arnaud@biblibre.com> --- Comment on attachment 105605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105605 Bug 25624: Add not equal, like, not like, and support for nulls to update_patron_category Review of attachment 105605: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25624&attachment=105605) ----------------------------------------------------------------- Can you add pod items for likefield and notlikefield options ? ::: misc/cronjobs/update_patrons_category.pl @@ +135,5 @@
+Use this flag to specify a column in the borrowers table and update only patrons whose value in that column does not equal the value supplied (repeatable) + +e.g. +--notfield email=NULL +will update all patrons with no value for email
all patrons with null email field ? -- You are receiving this mail because: You are watching all bug changes.