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 <nick@quecheelibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Hector Castro 2015-07-17 13:42:38 -06:00 committed by Tomas Cohen Arazi
parent 7d4e7e4e52
commit fa54a6f04d

View file

@ -25,7 +25,7 @@
<li>Finally choose what to do with records that are unique</li>
<li>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)
<ul>
<li>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.</li>
<li>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.</li>
</ul>
</li>
<li>Click 'Stage for import'</li>
@ -37,4 +37,5 @@
<p><strong>See the full documentation for the MARC Import in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/stagemarc.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]
[% INCLUDE 'help-bottom.inc' %]