https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net --- Comment #22 from Victor Grousset/tuxayo <victor@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.