[Koha-bugs] [Bug 27842] Incorrect biblionumber handling in serials subscriptions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 4 13:12:18 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 117698
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117698&action=edit
Bug 27842: Update serial.biblionumber when a subscription is linked with
another record

It seems that a librarian can edit the biblionumber for a given subscription,
however, when receiving serials the biblionumber is pulled from the existing
serials, so all new received issues are received on the old biblionumber.

This is problematic in light of bug 21901 - you can change the biblionumber,
the serials still point to the old biblionumber - and deleting the biblio
deletes the serials. Additionally, the update will delete serials where this
was the case

Test plan:
1 - Create a new subscription
2 - Receive an issue
3 - Edit the subscription and change the biblionumber
4 - Receive another issue
5 - SELECT biblionumber FROM serial
=> the biblionumber link must have been updated

Signed-off-by: Petro Vashchuk <stalkernoid at gmail.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list