[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.05-1-24-g9e969e0

Git repo owner gitmaster at git.koha-community.org
Mon Dec 16 23:08:42 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  9e969e0f7b0f556dcd947c9db482540174f3f1ca (commit)
      from  2db1ef5944316ebf44f8eef6c31c9dbe038f62bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e969e0f7b0f556dcd947c9db482540174f3f1ca
Author: Magnus Enger <magnus at libriotech.no>
Date:   Wed Nov 20 15:15:15 2019 +0100

    Bug 24072: Typos in advance_notices.pl causes DUEDGST not to be sent
    
    There are two typos in advance_notics.pl that cause DUEDGST messages
    not to be sent. See Bugzilla for full details.
    
    If you think the typo is sufficiently obvious, you can just eyeball the
    patch and sign off, methinks. Otherwise, testing can be done something
    like this:
    - Make sure you have enabled enhanced messaging preferences, and a
      patron with "Email" and "Digests only" set for "Item due" messages
    - Issue an item to this patron, with due date today
    - Run something like this to generate advance notices:
      $ sudo koha-shell -c "perl \
      /home/vagrant/kohaclone/misc/cronjobs/advance_notices.pl -n -c" kohadev
    - See that no notices are shown (-n means messages will go to stdout,
      instead of into the message queue).
    - Apply the patch and run advance_notices.pl again, as before. A DUEDGST
      message should now be displayed.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1f3a9722e4f8d32c7a839137252fc935ad599f74)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 misc/cronjobs/advance_notices.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list