bug 2952 followup
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 12 Feb 2009 23:04:20 +0000 (17:04 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 12 Feb 2009 23:04:48 +0000 (17:04 -0600)
commit4d7500b73c04ba567759e9edd63333a502505973
tree9957b2676c5e174378c76d8850f8f881e30fe64a
parent1afc398a1c8b602cef80295c11632925bdd3e324
bug 2952 followup

The feature in question is described in bug 2952; to
summarize the enhancement, which the earlier patch
description did not do, the list of bibs in an
import record batch now includes a column linking
each import record to the bib that was actually created
or updated when the import batch was committed.

The improvements in this patch are:

* If bib in import batch has not been committed, it
  has not been linked to a matching new or updated bib.
  In that case, do not create a link to a guaranteed
  404 (/cgi-bin/koha/catalogue/detail.pl?biblionumber=)

* When reverting an import batch, set matched_biblionumber
  to NULL for affected records - otherwise, the Bib
  column will include links to bibs that may no longer
  exist.

* Fixed a minor HTML validation error.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/ImportBatch.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl