24 Jul
2024
24 Jul
'24
3:25 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31787 --- Comment #6 from Marie-Luce Laflamme <marie-luce.laflamme@inlibro.com> --- ignore my previous comment 5. The main issue lies with the quotation marks (") in the argument. You need to escape them to ensure that the script is fully read and executed correctly, otherwise the script will only read the first quotation mark and think it ends there. 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.