@@ -, +, @@ --- admin/branches.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 1 + .../intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) --- a/admin/branches.pl +++ a/admin/branches.pl @@ -76,6 +76,7 @@ if ( $op eq 'add_form' ) { branchip branchnotes opac_info + marcorgcode ); my $is_a_modif = $input->param('is_a_modif'); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -191,6 +191,7 @@ tinyMCE.init({
  • Can be entered as a single IP, or a subnet such as 192.168.1.*
  • +
  • If not filled in defaults to system preference MARCOrgCode. You can obtain your code from Library of Congress.
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -71,7 +71,7 @@ Cataloging: - - Fill in the MARC organization code - pref: MARCOrgCode - - by default in new MARC21 records (leave blank to disable). + - by default in new MARC21 records (leave blank to disable). This can be also set on libraries level. - - When items are created, give them the temporary location of - pref: NewItemsDefaultLocation --