Bugzilla – Attachment 149284 Details for
Bug 16122
Item record needs to keep local use count
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16122: Add display to holdings/otherholdings and Table settings
Bug-16122-Add-display-to-holdingsotherholdings-and.patch (text/plain), 3.37 KB, created by
Lucas Gass (lukeg)
on 2023-04-07 17:06:24 UTC
(
hide
)
Description:
Bug 16122: Add display to holdings/otherholdings and Table settings
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-04-07 17:06:24 UTC
Size:
3.37 KB
patch
obsolete
>From 771b559373e027853705e8b7e267fb02e514dc19 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 7 Apr 2023 17:05:15 +0000 >Subject: [PATCH] Bug 16122: Add display to holdings/otherholdings and Table > settings > >--- > admin/columns_settings.yml | 6 ++++++ > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 ++ > 2 files changed, 8 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 12091f3154..8f5b6a4c6b 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -388,6 +388,9 @@ modules: > - > columnname: holdings_renewals > is_hidden: 1 >+ - >+ columnname: holdings_localuse >+ is_hidden: 1 > - > columnname: holdings_dateaccessioned > - >@@ -451,6 +454,9 @@ modules: > - > columnname: otherholdings_renewals > is_hidden: 1 >+ - >+ columnname: otherholdings_localuse >+ is_hidden: 1 > - > columnname: otherholdings_dateaccessioned > - >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 5103e0052c..fbe3ece21d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -361,6 +361,7 @@ > <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen">Last seen</th> > <th id="[% tab | html %]_issues" data-colname="[% tab | html %]_issues">Checkouts</th> > <th id="[% tab | html %]_renewals" data-colname="[% tab | html %]_renewals">Renewals</th> >+ <th id="[% tab | html %]_localuse" data-colname="[% tab | html %]_localuse">Local uses</th> > <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th> > <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th> > <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th> >@@ -571,6 +572,7 @@ Note that permanent location is a code, and location may be an authval. > <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td> > <td class="issues" data-order="[% item.issues || 0 | html %]">[% item.issues || 0 | html %]</td> > <td class="renewals" data-order="[% item.renewals || 0 | html %]">[% item.renewals || 0 | html %]</td> >+ <td class="localuse" data-order="[% item.localuse || 0 | html %]">[% item.localuse || 0 | html %]</td> > <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td> > <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td> > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> >-- >2.30.2
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 16122
:
149281
|
149282
|
149283
|
149284
|
150231
|
150232
|
150233
|
150234
|
150235
|
150236
|
150623
|
150693
|
153193
|
153196
|
153197
|
153198
|
153199
|
153200
|
158466
|
158467
|
158468
|
158469
|
158470
|
158471
|
161001
|
161002
|
161003
|
161004
|
161005
|
161006
|
161144
|
161145
|
161146
|
161147
|
161148
|
161149
|
161150
|
161151
|
161153
|
161154
|
161155
|
161156
|
161157
|
161158
|
161159
|
161160
|
163072
|
163073
|
163074
|
163075
|
163076
|
163077
|
163243
|
163244
|
163245
|
163246
|
163247
|
163248
|
163296
|
163297
|
163298
|
163299
|
163300
|
163301
|
163302
|
163303
|
165313
|
165314
|
165315
|
165316
|
165317
|
165318
|
165319
|
165320