http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11266 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Andrea, this looks quite good - do you think you could provide a git formatted patch? There is only one small thing about this change: $row_data{date} = $oldbiblio->{copyrightdate}; in $row_data{date} = $oldbiblio->{publicationyear}; The problem here is that for MARC21 copyrightdate has the right date, but for UNIMARC installations it's publicationyear. So it would need to check both fields in the database. -- You are receiving this mail because: You are watching all bug changes.