From 49142aa58bb95baece0b00973095aa7512958222 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 6 Oct 2017 07:26:31 +0000 Subject: [PATCH] Bug 19292: Add MARC code column on libraries list Test plan: 0) Apply the patch 1) Go to admin/branches.pl 2) In the list of libraries, you should see new column "MARC Organization Code" 3) Insert some codes to some libraries 4) Confirm they are shown in new column Signed-off-by: Katrin Fischer Fixed capitalization. Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 586091efce..945fe2e386 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -191,7 +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. +
  • If not filled in defaults to system preference MARCOrgCode. You can obtain your code from Library of Congress.
  • @@ -227,6 +227,7 @@ tinyMCE.init({ Code Address Properties + MARC organization code IP Actions @@ -268,6 +269,7 @@ tinyMCE.init({ [% category.categoryname |html %]
    [% END %] + [% library.marcorgcode %] [% library.branchip %] Edit -- 2.14.1