Bugzilla – Attachment 69122 Details for
Bug 19292
Add MARC code column on libraries list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19292: Add MARC code column on libraries list
Bug-19292-Add-MARC-code-column-on-libraries-list.patch (text/plain), 3.40 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-11-13 13:54:09 UTC
(
hide
)
Description:
Bug 19292: Add MARC code column on libraries list
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-11-13 13:54:09 UTC
Size:
3.40 KB
patch
obsolete
>From 49142aa58bb95baece0b00973095aa7512958222 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >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 <katrin.fischer.83@web.de> >Fixed capitalization. >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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({ > <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" size="80" value="[% library.branchurl |html %]" class="url" /></li> > <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info |html %]</textarea></li> > <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip" size="15" maxlength="15" value="[% library.branchip |html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li> >- <li><label for="marcorgccode">MARC Organization Code</label> <input type="text" name="marcorgcode" id="marcorgcode" size="16" value="[% library.marcorgcode |html %]" /> <span class="hint">If not filled in defaults to system preference MARCOrgCode. You can obtain your code from <a href="http://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>.</span> >+ <li><label for="marcorgccode">MARC organization code</label> <input type="text" name="marcorgcode" id="marcorgcode" size="16" value="[% library.marcorgcode |html %]" /> <span class="hint">If not filled in defaults to system preference MARCOrgCode. You can obtain your code from <a href="http://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>.</span> > <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes |html %]" /></li> > </ol> > </fieldset> >@@ -227,6 +227,7 @@ tinyMCE.init({ > <th>Code</th> > <th>Address</th> > <th>Properties</th> >+ <th>MARC organization code</th> > <th>IP</th> > <th>Actions</th> > </tr> >@@ -268,6 +269,7 @@ tinyMCE.init({ > [% category.categoryname |html %]<br /> > [% END %] > </td> >+ <td>[% library.marcorgcode %]</td> > <td>[% library.branchip %]</td> > <td class="actions"> > <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=[% library.branchcode %]"><i class="fa fa-pencil"></i> Edit</a> >-- >2.14.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19292
:
67675
|
67796
| 69122