[Koha-bugs] [Bug 15055] Koha generates new subscription item even when it's not necessary

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 23 17:19:05 CEST 2015


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

--- Comment #1 from Joonas Kylmälä <j.kylmala at gmail.com> ---
Created attachment 43879
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43879&action=edit
Bug 15055: Koha generates new subscription item even when it's not necessary

Do checking whether the item which is been received is already in the system
or not. If it is, then do not generate a new subscription item.

Sponsored-by: Vaara-kirjastot

This is a work-in-progress version (may not even apply but look at the code).
This doesn't work optimally with the subscription expiration situation (when
the abouttoexpire fixed, now it works in some cases)
In order to get this working we need to call the C4::Serials::GenerateNewIssue
also when we renew the subscription.

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


More information about the Koha-bugs mailing list