Bugzilla – Attachment 39053 Details for
Bug 14130
Update columns.def with descriptions for new columns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 14130: Update columns.def
SIGNED-OFF-Bug-14130-Update-columnsdef.patch (text/plain), 3.38 KB, created by
Bernardo Gonzalez Kriegel
on 2015-05-11 19:41:51 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14130: Update columns.def
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-05-11 19:41:51 UTC
Size:
3.38 KB
patch
obsolete
>From 2b943376d6bbb7402ed229beb9f7506a09315221 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 4 May 2015 22:08:04 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 14130: Update columns.def > >- Updates columns.def with new columns in items >- Adds some descriptions >- Corrects some existing column descrpitions > >To test: >- Read the patch to see what has been changed >- Run the guided report builder for the 'circulation' > module >- Observe changes show up > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Changes show up, no errors >--- > koha-tmpl/intranet-tmpl/prog/en/columns.def | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/columns.def b/koha-tmpl/intranet-tmpl/prog/en/columns.def >index 636811d..ed1dab9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/columns.def >+++ b/koha-tmpl/intranet-tmpl/prog/en/columns.def >@@ -81,17 +81,21 @@ > <field name="items.cn_sort">Koha normalized classification for sorting</field> > <field name="items.notforloan">Not for loan</field> > <field name="items.itemlost">Lost status</field> >+<field name="items.itemlost_on">Lost on</field> > <field name="items.withdrawn">Withdrawn status</field> >+<field name="items.withdrawn_on">Withdrawn on</field> > <field name="items.itemcallnumber">Call number</field> > <field name="items.issues">Total checkouts</field> > <field name="items.renewals">Total renewals</field> > <field name="items.reserves">Total holds</field> > <field name="items.restricted">Use restrictions</field> > <field name="items.itemnotes">Public note</field> >+<field name="items.itemnotes_nonpublic">Internal note</field> > <field name="items.holdingbranch">Current library</field> >-<field name="items.paidfor</field> >+<field name="items.paidfor">Paid for (unused)</field> > <field name="items.timestamp">Timestamp</field> > <field name="items.location">Shelving location</field> >+<field name="items.permanent_location">Permanent shelving location</field> > <field name="items.ccode">Collection code</field> > <field name="items.itype">Koha itemtype</field> > <field name="items.stocknumber">Inventory number</field> >@@ -106,7 +110,7 @@ > <field name="statistics.proccode">Type of procedure</field> > <field name="statistics.value">Value</field> > <field name="statistics.type">Type</field> >-<field name="statistics.other</field> >+<field name="statistics.other"></field> > <field name="statistics.usercode">User code</field> > <field name="statistics.itemnumber">Item number</field> > <field name="statistics.itemtype">Itemtype</field> >@@ -130,12 +134,14 @@ > <field name="biblioitems.volumedate">Volume date</field> > <field name="biblioitems.volumedesc">Volume information</field> > <field name="biblioitems.timestamp">Timestamp</field> >-<field name="biblioitems.illus">Illustrator</field> >+<field name="biblioitems.illus">Illustrations</field> > <field name="biblioitems.pages">Number of pages</field> > <field name="biblioitems.notes">Notes</field> > <field name="biblioitems.size">Size</field> > <field name="biblioitems.place">Place of publication</field> > <field name="biblioitems.lccn">LCCN</field> >-<field name="biblioitems.marcxml">MARC blob</field> >+<field name="biblioitems.lccn">MARC blob</field> >+<field name="biblioitems.agerestriction">Age restriction</field> >+<field name="biblioitems.marcxml">MARC XML blob</field> > <field name="biblioitems.url">URL</field> > <field name="biblioitems.title">Title</field> >-- >1.7.9.5
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 14130
:
38826
|
39053
|
39421