https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842
--- Comment #24 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
