[koha-commits] main Koha release repository branch new/bug_7701 created. v3.06.00-989-g98c59fc

Git repo owner gitmaster at git.koha-community.org
Thu Mar 29 11:15:36 CEST 2012


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, new/bug_7701 has been created
        at  98c59fc3577b5904fc980781ce805bff875b157f (commit)

- Log -----------------------------------------------------------------
commit 98c59fc3577b5904fc980781ce805bff875b157f
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sun Mar 11 12:13:15 2012 -0400

    Bug 7701: Error when sending serial alerts
    
    Probably due to bug 6875, C4::Letters is no longer used by C4::Serials, so that
    when SendAlerts is called (exactly when this happens is a mystery to me), you
    will get an error. Adding a "require C4::Letters;" and prefixing SendAlerts to
    C4::Letters:: should fix it.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Patch fixes the perl error. Steps to reproduce:
    
    1) Create a subscription and set patron notification to "Routling list" -
    this is necessary, so that a link to email notifications shows up in the OPAC.
    2) Search for the serial record in the OPAC and click on the more details
    view from the subscriptions tab. Subscribe to email notifications.
    3) Go back into the serials module and receive and issue for the serial.
    Before the patch a nasty perl error will be shown, after the patch
    receiving works.
    
    I couldn't confirm that the email was sent out with my setup, but this patch
    certainly fixes serial receive.
    
    [Update 2011-02-29] Fixed the typo and retested. Looks good, but couldn't check
    if the mail was actually sent.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list