View | Details | Raw Unified | Return to bug 29216
Collapse All | Expand All

(-)a/misc/cronjobs/update_patrons_category.pl (-7 lines)
Lines 138-149 e.g. Link Here
138
--where 'email IS NULL'
138
--where 'email IS NULL'
139
will update all patrons with no value for email
139
will update all patrons with no value for email
140
140
141
--where 'categorycode LIKE "%CHILD"'
142
will update all patrons with a category ending in CHILD.
143
144
--where 'categorycode NOT LIKE RESIDENT%'
145
will update all patrons whose category does not begin with RESIDENT.
146
147
=back
141
=back
148
142
149
=head1 DESCRIPTION
143
=head1 DESCRIPTION
150
- 

Return to bug 29216