Bugzilla – Attachment 161334 Details for
Bug 35316
Add call number to holds history page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35316: Add callnumber to holdshistory
Bug-35316-Add-callnumber-to-holdshistory.patch (text/plain), 1.59 KB, created by
Emily Lamancusa (emlam)
on 2024-01-24 14:18:45 UTC
(
hide
)
Description:
Bug 35316: Add callnumber to holdshistory
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-01-24 14:18:45 UTC
Size:
1.59 KB
patch
obsolete
>From 6d6084942404fa2f9806bbb08bb8400ada20032c Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 13 Nov 2023 10:07:16 +0000 >Subject: [PATCH] Bug 35316: Add callnumber to holdshistory > >Test plan: >Verify that column Call number now shows on the form. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >index 92a7e1d758..f775e6fd5d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -61,6 +61,7 @@ > <th class="anti-the">Title</th> > <th>Author</th> > <th>Barcode</th> >+ <th>Call number</th> > <th>Library</th> > <th>Hold date</th> > <th>Expiration date</th> >@@ -78,6 +79,7 @@ > <td>[% INCLUDE 'biblio-title.inc' biblio=hold.biblio link = 1 %]</td> > <td>[% hold.biblio.author | html %]</td> > <td>[% hold.item.barcode | html %]</td> >+ <td>[% hold.item.itemcallnumber | html %]</td> > <td>[% Branches.GetName( hold.branchcode ) | html %]</td> > <td data-order="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %]</td> > <td data-order="[% hold.expirationdate | html %]"> >-- >2.34.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 35316
:
158879
|
158880
|
158897
|
158898
| 161334 |
161335