Bugzilla – Attachment 179056 Details for
Bug 15461
Add shelving location to holdings table as a separate column
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15461: Fix typo in items/catalogue_detail.inc
Bug-15461-Fix-typo-in-itemscataloguedetailinc.patch (text/plain), 1.62 KB, created by
Marcel de Rooy
on 2025-03-07 10:32:24 UTC
(
hide
)
Description:
Bug 15461: Fix typo in items/catalogue_detail.inc
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-03-07 10:32:24 UTC
Size:
1.62 KB
patch
obsolete
>From a997e9d02be75683fdc19e8ab0e815c6c87d63a9 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 16 Jan 2025 14:54:48 +0000 >Subject: [PATCH] Bug 15461: Fix typo in items/catalogue_detail.inc >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index efb11922a9..3746af5f3c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -17,7 +17,7 @@ > [% IF ( item_level_itypes ) %]<th id="[% tab | html %]_itype" data-colname="itype">Item type</th>[% END %] > <th id="[% tab | html %]_holdingbranch" data-colname="holdingbranch">Current library</th> > <th id="[% tab | html %]_homebranch" data-colname="homebranch">Home library</th> >- <th id="[% tab | html %]_loction" data-colname="location">Shelving location</th> >+ <th id="[% tab | html %]_location" data-colname="location">Shelving location</th> > <th id="[% tab | html %]_ccode" data-colname="ccode">Collection</th> > [% IF Koha.Preference('EnableItemGroups') %] > <th id="[% tab | html %]_item_group" data-colname="item_group">Item group</th> >-- >2.39.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 15461
:
162980
|
162981
|
162982
|
162987
|
162990
|
162991
|
162992
|
162993
|
165804
|
165805
|
165806
|
170238
|
170268
|
170269
|
170270
|
174011
|
174012
|
174013
|
175857
|
176142
|
176669
|
177751
|
177752
|
177756
|
177757
|
177758
|
179055
| 179056