[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 01:44:00 CEST 2021


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victor at tuxayo.net

--- Comment #22 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
I did the test plan of the 1st patch and got this result in the DB

100 is the initial bibnumber and 101 is the edited one.
+----------+--------------+--------+
| serialid | biblionumber | status |
+----------+--------------+--------+
|        1 |          101 |      2 |
|        2 |          101 |      2 |
|        3 |          100 |      1 |
+----------+--------------+--------+

This is not expected right?

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


More information about the Koha-bugs mailing list