@@ -, +, @@ --- .../prog/en/modules/help/cataloguing/addbiblio.tt | 2 +- .../prog/en/modules/help/cataloguing/additem.tt | 2 +- .../prog/en/modules/help/cataloguing/merge.tt | 4 +--- .../prog/en/modules/help/cataloguing/moveitem.tt | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbiblio.tt @@ -89,6 +89,6 @@

If you would like to merge together multiple records you can do that via the Lists tool.

-

See the full documentation for Cataloging in the manual (online).

+

See the full documentation for Cataloging in the manual (online).

[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/additem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/additem.tt @@ -57,6 +57,6 @@

Finally you can use the batch delete tool to delete a batch of items.

-

See the full documentation for Adding/Editing Items in the manual (online).

+

See the full documentation for Adding/Editing Items in the manual (online).

[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/merge.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/merge.tt @@ -2,8 +2,6 @@

Merging Items

-

Important: Merging will only work with two items that use the same bibliographic framework.

-

The easiest way to merge together duplicate bibliographic records is to add them to a list and use the Merge Tool from there.

From the list, check the two items you want to merge. If you choose more than or fewer than 2, you will be presented with an error

@@ -20,6 +18,6 @@

Important: It is important to rebuild your zebra index immediately after merging records. If a search is performed for a record which has been deleted Koha will present the patrons with an error in the OPAC.

-

See the full documentation for Merging Items in the manual (online).

+

See the full documentation for Merging Items in the manual (online).

[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/moveitem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/moveitem.tt @@ -10,6 +10,6 @@

If you want to move all items to a new record creating only one bibliographic record you can use the Merge Records tool instead.

-

See the full documentation for Moving Items in the manual (online).

+

See the full documentation for Moving Items in the manual (online).

[% INCLUDE 'help-bottom.inc' %] --