Tim, Please answer to the list :) You must know that 3.14 is no longer supported and that this patch has been written for the current master branch. You can try and fix the error you get by adding the "use Koha::Database;" line close to the other use statements at the top of C4/Circulation.pm Regards, Jonathan On Thu, 9 Mar 2017 at 15:00 Tim Koop <TimK@mysouthland.com> wrote:
Thank you Jonathan. Yes, I think I am experiencing bug 15854.
I found the Bugzilla entry, and I tried to implement Marc Véron's patch. (It turns out I'm a programmer, so I should know what I'm doing).
But my version of Koha must be old, because the line numbers in Circulation.pm didn't line up. I'm using version 3.14.00.000. But I think I found the right place to put the lock code.
But now I get an error when checking in a book. The browser says:
Can't locate object method "new" via package "Koha::Database" (perhaps you forgot to load "Koha::Database"?) at /usr/share/koha/lib/C4/Circulation.pm line 2970.
Maybe you can tell me. Will Marc's lock code even work with my version of Koha? Or is it a simple fix? What do you recommend I do?
Thanks!
-- Tim
-----Original Message----- From: Koha [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Jonathan Druart Sent: Thursday, March 09, 2017 11:15 AM To: koha@lists.katipo.co.nz Subject: Re: [Koha] Duplicated Emails
Hi Tim, Does it occur for checkin and renewal notices? In that case, see bug 15854 Regards, Jonathan
On Thu, 9 Mar 2017 at 13:57 Tim Koop <TimK@mysouthland.com> wrote:
Some of our people are complaining about getting duplicated emails.
Does anybody have any ideas how to diagnose or fix this?
Koha had been working fine for a long time, then suddenly started duplicating emails.
Actually, only some are duplicated, or even more than twice. Others are being sent just once like normal.
Thanks.
Tim Koop _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (1)
-
Jonathan Druart