12 Apr
2021
12 Apr
'21
11:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842 --- Comment #24 from Jonathan Druart <jonathan.druart@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.