[Koha-bugs] [Bug 31787] [DOCS] Add description and examples to membership_expiry.pl about --where option

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 22 16:43:10 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31787

--- Comment #5 from Marie-Luce Laflamme <marie-luce.laflamme at inlibro.com> ---
The cron probably doesn't like the dot (.) in the argument. My colleague fix
this issue by adding a "\" before and after the argument.

For example, our cron to exclude some categories look like this:
/misc/cronjobs/membership_expiry.pl -c -where=\"me.categorycode NOT IN
('EM','ADM','SU', 'TA')\"

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list