https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39802
Nick Clemens (kidclamp) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #7 from Nick Clemens (kidclamp) <[email protected]> --- (In reply to Andrew Fuerste-Henry from comment #6) > In testing just now, the cron did not appear to respect this system > - perl misc/cronjobs/longoverdue.pl -l 7=2 -c --library CPL The -c flag takes a value, so the library param here is not being read correctly, it should work like: perl misc/cronjobs/longoverdue.pl -l 7=2 -c 2 --library CPL -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
