@@ -, +, @@ imports' page - Import a batch of MARC records. - Go to Cataloging -> Manage staged records. - View the batch you just imported. - You should see three sections: - A list of information about the batch - Options for changing the matching rules - Options for setting frameworks during import. - Test that the form for applying different matching rules still works correctly. - Import a batch of records which contains matches (by, for example, exporting MARC records from Koha and then reimporting the same batch) - On the manage page for that batch try changing the matching rule applied, switching between "Do not look for matching records" and a matching rule which will catch the duplicate records. - Test that your records are imported correctly according to the framework settings you select, both for new records and for replaced records. --- .../en/modules/tools/manage-marc-import.tt | 53 +++++++++++-------- 1 file changed, 31 insertions(+), 22 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -160,6 +160,10 @@ [% import_status | html %] [% END %] + + +
+
  1. [% IF ( can_commit ) %] @@ -256,29 +260,34 @@ + [% IF ( record_type != 'auth' ) %] +
    +
      +
    1. + + +
      New bibliographic records will use this framework
      +
    2. +
    3. + + +
      Replacement records will use this framework
      +
    4. +
    +
    + [% END %]
    - [% IF ( record_type != 'auth' ) %] -
    - Add new bibliographic records into this framework: - -
    -
    - When replacing records use this framework: - -
    - [% END %] -
    --