Bugzilla – Attachment 115095 Details for
Bug 27306
Add subtitle to return claims table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27306: Add subtitle to return-claims-table
Bug-27306-Add-subtitle-to-return-claims-table.patch (text/plain), 1.87 KB, created by
Jonathan Druart
on 2021-01-12 15:31:07 UTC
(
hide
)
Description:
Bug 27306: Add subtitle to return-claims-table
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-12 15:31:07 UTC
Size:
1.87 KB
patch
obsolete
>From b5aa671c7ae9c29f739415e717c6196299246b53 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 23 Dec 2020 20:47:32 +0000 >Subject: [PATCH] Bug 27306: Add subtitle to return-claims-table > >To test: >-turn on claim returned >-find some items with a 245b or add a 245b to some items >-check those items out and mark them as claimed returned >-on the borrowers /cgi-bin/koha/circ/circulation.pl page look at the return-claims-table >-no subtitle >-apply patch and clear browser cache, restart_all >-now you should see the subtitle > >Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 1 + > svc/return_claims | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 91c015ebcb..88e0aedcfa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -943,6 +943,7 @@ $(document).ready(function() { > "mDataProp": function ( oObj ) { > let title = '<a class="return-claim-title strong" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=' + oObj.biblionumber + '">' > + oObj.title >+ + ( oObj.subtitle ? oObj.subtitle : "" ) > + ( oObj.enumchron || "" ) > + '</a>'; > if ( oObj.author ) { >diff --git a/svc/return_claims b/svc/return_claims >index a37ac217c7..e5ed56ea43 100755 >--- a/svc/return_claims >+++ b/svc/return_claims >@@ -73,6 +73,7 @@ my $sql = qq{ > > biblio.biblionumber, > biblio.title, >+ biblio.subtitle, > biblio.author, > > items.enumchron, >-- >2.20.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 27306
:
114692
|
114739
|
115001
| 115095 |
115096