From 07a62219e0513961d4a8d1a98a5f10b6877ba7ba 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 ++ 1 file changed, 2 insertions(+) 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 586091e..607c1d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -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.1.4