[Koha-bugs] [Bug 20101] Cronjob automatic_item_modification_by_age.pl does not log run in action logs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 30 18:57:15 CET 2018


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

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 71069
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71069&action=edit
Bug 20101: Followup - quiet warns

If the user has never run the tools, the system preference
won't exist, the JSON will be empty, and warns will trigger.

TEST PLAN
---------
1) back up systempreferences and log files as desired.
2) in sql client:
    S> delete from systempreferences where
    variable='automatic_item_modification_by_age_configuration';
    S> quit
3) run the following commands on a kohadevbox:
    echo  | sudo tee /var/log/koha/kohadev/plack-error.log
    restart_all
4) test the first patch
5) cat /var/log/koha/kohadev/plack-error.log
   -- notice there is a nasty warn
6) apply this patch
7) repeat steps 3-5
   -- this time no nasty warns
8) run koha qa test tools

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


More information about the Koha-bugs mailing list