http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11266

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to