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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 12 11:59:10 CEST 2021


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

--- Comment #24 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I bet you get it if you receive another serial item.

It's because GetSubscription does not return subscription.biblionumber as the
biblionumber, but subscriptionhistory.biblionumber instead.

So 2 questions:
- Should we update subscriptionhistory.biblionumber=subscription.biblionumber
when a subscription is linked to a new biblio?
- If so, what's the point of subscriptionhistory.biblionumber? Shouldn't we
remove it and use the subscriptionid FK?

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


More information about the Koha-bugs mailing list