From 66a15ba8a4e6c8598a9f4a340bdc7c3ab2694a9f Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Fri, 17 Jul 2015 13:42:38 -0600 Subject: [PATCH] Bug 14545 - Typo in help file (stage-marc-import.tt) Typo found in stage-marc-import.tt file for Koha help in 3.20 Test plan: 1) Go to url 'koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt:28' and check the typo "precendence" or go to Tools > Stage MARC records for import and open up the help 2) Apply the patch 3) Repeat step 1 and check if the typo is fixed. Sponsored-by: Universidad de El Salvador Signed-off-by: Nick Clemens --- .../intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt index 422501b..4fd4e1a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt @@ -25,7 +25,7 @@
  • Finally choose what to do with records that are unique
  • Next you can choose whether or not to import the item data found in the MARC records (if the file you're loading is a bibliographic file)
      -
    • From here you can choose to always add items regardless of matching status, add them only if a matching bib was found, add items only if there was no matching bib record, replace items if a matching bib was found (The match will look at the itemnumbers and barcodes to match on for items. Itemnumbers take precendence over barcodes), or Ignore items and not add them.
    • +
    • From here you can choose to always add items regardless of matching status, add them only if a matching bib was found, add items only if there was no matching bib record, replace items if a matching bib was found (The match will look at the itemnumbers and barcodes to match on for items. Itemnumbers take precedence over barcodes), or Ignore items and not add them.
  • Click 'Stage for import'
  • @@ -37,4 +37,5 @@

    See the full documentation for the MARC Import in the manual (online).

    -[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file + +[% INCLUDE 'help-bottom.inc' %] -- 2.1.4