Bugzilla – Attachment 45175 Details for
Bug 15216
Display Branch names and itemtype descriptions on the returns page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15216: Returns - Show collection description
Bug-15216-Returns---Show-collection-description.patch (text/plain), 1.62 KB, created by
Katrin Fischer
on 2015-11-25 23:34:38 UTC
(
hide
)
Description:
Bug 15216: Returns - Show collection description
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-11-25 23:34:38 UTC
Size:
1.62 KB
patch
obsolete
>From 4d1b377f535477da7cbe212254e088e3bddb933e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 26 Nov 2015 00:29:34 +0100 >Subject: [PATCH] Bug 15216: Returns - Show collection description > >The table of returns displays the collection code >instead of the description. This patch fixes that. > >Same as first patch: > >To test: >- Check out some items >- Return the items >- Verify the changes in the table of returned items >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 3762e32..8938e2e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -588,7 +588,7 @@ $(document).ready(function () { > <td class="ci-holdinglibrary">[% Branches.GetName( riloo.holdingbranch ) %]</td> > <td class="ci-shelvinglocation">[% riloo.location %]</td> > <td class="ci-callnumber">[% riloo.itemcallnumber %]</td> >- <td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) %] [% riloo.ccode %]</td> >+ <td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) %] [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) %]</td> > <td class="ci-patron">[% IF ( riloo.duedate ) %] > <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.borrowernumber %]"> > [% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %]) >-- >1.9.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 15216
:
45079
|
45128
|
45175
|
45180
|
45268
|
45269