[Koha-bugs] [Bug 10621] Subscription alert emails have wrong from-address

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 25 13:27:46 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10621

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #4 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
I was following your test plan, but it looks like there is some bug in sending
alerts that makes your test plan fail (although it is (far) outside the scope
of your report).

Just following the code, I note the following:
Serials/ModSerialStatus calls Letters/SendAlerts
Letters/SendAlerts calls getalert to get a list of email addresses for that
subscription.
Sub getalert does however look in table alert (it is empty in my case), and
does not send anything.
Note that the routing list is found in table subscriptionroutinglist (that was
not empty for me).

So I cannot fail this patch, but the test plan does not work out for me. So I
would like to ask patch author and signer: How did you manage to test this?
Because we stumble over another bug.. How is it possible that existing code
here looks for email addresses in the wrong table??

Thanks.

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


More information about the Koha-bugs mailing list