Bugzilla – Attachment 126131 Details for
Bug 29216
Correct --where documentation in update_patrons_category.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29216: Correct --where documentation in update_patrons_category.pl
Bug-29216-Correct---where-documentation-in-updatep.patch (text/plain), 1.26 KB, created by
Caroline Cyr La Rose
on 2021-10-12 21:32:43 UTC
(
hide
)
Description:
Bug 29216: Correct --where documentation in update_patrons_category.pl
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2021-10-12 21:32:43 UTC
Size:
1.26 KB
patch
obsolete
>From c4a585bea4db813d5716e96a6b52541f4f6ba1f1 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Tue, 12 Oct 2021 17:32:14 -0400 >Subject: [PATCH] Bug 29216: Correct --where documentation in > update_patrons_category.pl > >This patch corrects one of the examples for the --where parameter in the >update_patrons_category.pl script. > >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 :) >--- > misc/cronjobs/update_patrons_category.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/update_patrons_category.pl b/misc/cronjobs/update_patrons_category.pl >index 542cc307c4..6a1f69158f 100755 >--- a/misc/cronjobs/update_patrons_category.pl >+++ b/misc/cronjobs/update_patrons_category.pl >@@ -141,7 +141,7 @@ 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%' >+--where 'categorycode NOT LIKE RESIDENT%' > will update all patrons whose category does not begin with RESIDENT. > > =back >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29216
:
126131
|
126231
|
126239
|
126340
|
126350
|
126556
|
126815