http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15055
--- Comment #1 from Joonas Kylmälä <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
