@@ -, +, @@ --- .../en/modules/admin/marc_subfields_structure.tmpl | 2 +- .../prog/en/modules/admin/marctagstructure.tmpl | 1 - .../help/admin/marc_subfields_structure.tmpl | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl @@ -110,7 +110,7 @@ " value="" />
  • " name="hidden" value="" size="2" /> (see online help)
  • (if checked, it means that the subfield is a URL and can be clicked)
  • -
  • " name="link" value="" size="10" maxlength="80" /> (e.g., Title or Local-Number) Warning: This value should not change after data has been added to your catalog
  • +
  • " name="link" value="" size="10" maxlength="80" /> (e.g., Title or Local-Number) NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl @@ -160,7 +160,6 @@ $(document).ready(function() {

    -

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/batchRebuildBiblioTables.pl script.

     page(s) : /prog/img/first.png" class="first"/> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tmpl @@ -99,7 +99,7 @@ To edit the subfields associated with the tag, click 'Subfields' to the right of
  • on a field that is a link (4xx) to reach another bib record. For example, put 011a in 464$x, will find the serials that are with this ISSN.
  • -
  • Important: This value should not change after data has been added to your catalog
  • +
  • NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.
  • --