http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8932
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Paul Poulain <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
