https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25624 --- Comment #6 from Martin Renvoize <martin.renvoize@ptfs-europe.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) ----------------------------------------------------------------- ::: misc/cronjobs/update_patrons_category.pl @@ +57,5 @@
-ra=date --regafter update if registration date is after a given date -d --dbfield name=value where <name> is a column in the borrowers table, patrons will be updated if the field is equal to given <value> + -dn --notfield name=value where <name> is a column in the borrowers table, patrons will be updated if the field is equal to given <value> + -dl --likefield name=value where <name> is a column in the borrowers table, patrons will be updated if the field is equal to given <value> + -dnl --notlikefield name=value where <name> is a column in the borrowers table, patrons will be updated if the field is equal to given <value>
All three descriptions here match.. can you clarify the descriptions, please.. replacing 'equal' with the relevant comparison? -- You are receiving this mail because: You are watching all bug changes.