22 Aug
2023
22 Aug
'23
3:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31787 --- Comment #5 from Marie-Luce Laflamme <marie-luce.laflamme@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.