http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8932 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com --- Comment #1 from Paul Poulain <paul.poulain@biblibre.com> --- Trying to reproduce the problem, I don't have it, it work for me. looking at line 621, it contains: $copy2deleted->execute( $record->as_usmarc(), $itemnumber ); $record is retrieved a few lines before: my $record = GetMarcBiblio($biblionumber); was your record here when you clicked on "Delete order and catalog record" ? If it wasn't, I think that's the explanation for the bug. (and the fix should be easy) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.